The properties listed that need to be set for Alfresco Share are only those that are required for setting up SSO.
Use the following configuration parameters either in the share-config.properties file, using the share config map in Kubernetes, or as environment variables in a Docker Compose file:
Property | Description |
---|---|
aims.enabled | Enables or disables Keycloak, for example true. |
aims.realm | The name of the realm, for example alfresco. |
aims.resource | The Client ID of the application, for example share. |
aims.authServerUrl | Keycloak’s base URL, for example https://keycloak.example.com. |
aims.publicClient | If set to true, the adapter will not send credentials for the client to Keycloak. |