You are here

Configuring external authentication

Use this information to enable the external authentication subsystem using the SkyVault-global.properties file and the Admin Console in Share.

Configuring/enabling external authentication subsystem using the SkyVault-global.properties file:

To enable external authentication subsystem:
  1. Open the SkyVault-global.properties file.
  2. Set the following properties to enable external authentication:
    authentication.chain=external1:external
    external.authentication.proxyUserName=
    external.authentication.enabled=true
    external.authentication.defaultAdministratorUserNames=admin
    external.authentication.proxyHeader=X-Alfresco-Remote-User
    Note: The default setting for external.authentication.proxyUserName is SkyVault-system. This should only be specified if you are using SSL. See External authentication and SSO for more information.
  3. Save the SkyVault-global.properties file.
  4. Restart the SkyVault Community Edition server.

For more information on the external authentication properties, see external configuration properties.