Configure Alfresco Share properties - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

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.