If Content Services for iOS is required then a client needs to be created for it in Keycloak to enable SSO capability. The redirect URI is preconfigured for the mobile application using the operating system it is installed on, which means that the Valid Redirect URIs value in Keycloak must match this value.
- Sign into the Keycloak Administration Console (Keycloak Admin Console).
-
Create a new client for the mobile application under the
Alfresco realm or the realm you created in Configure a realm and clients and set at least the following in the
Settings tab:
- A unique and identifiable Client ID. The default value is alfresco-ios-acs-app.
- The Valid Redirect URI must be set to iosacsapp://aims/auth.
- Implicit Flow Enabled is switched off.