If Alfresco Sync Service is used and a client has been created for it in Configure LDAP synchronization then the following properties need to be set in the sync/service-sync/config.yml:
Property | Description |
---|---|
identity-service.auth-server-url | Keycloak’s base URL, for example https://keycloak.example.com/auth. |
identity-service.realm | The realm name configured in Keycloak for the Alfresco application, for example alfresco. |
identity-service.resource | The Client ID set up in the Desktop Sync for Alfresco Content Services. The client needs to exist underneath the realm set for identity-service.realm, for example desktop-sync. |
identity-service.public-client | The adapter will not send credentials for the client to Keycloak if this is set to true, for example true. |
identity-service.credentials.secret | The secret key for this client if the access type is not set to public. |