Created
February 4, 2020 08:45
-
-
Save serpensalbus/f0f9417b02acf81a04f4c76c53604801 to your computer and use it in GitHub Desktop.
Sample SSO Connector module service configuration.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'keycloakOpenIDConnectMagnoliaAdminCentral': | |
'accessTokenEndpoint': http://localhost:8180/auth/realms/Magnolia%20AdminCentral/protocol/openid-connect/token | |
'authorizationBaseUrl': http://localhost:8180/auth/realms/Magnolia%20AdminCentral/protocol/openid-connect/auth | |
'callbackURL': http://localhost:8080/magnoliaAuthor/.auth | |
'clientId': mgnl-admincentral | |
'clientSecret': 273263dd-4229-472d-a897-0083ed37ba01 | |
'endSessionEndpoint': http://localhost:8180/auth/realms/Magnolia%20AdminCentral/protocol/openid-connect/logout | |
'externalGroupsManagement': true | |
'openIdAccessTokenAttributeName': openIdToken | |
'openIdEnabled': true | |
'openIdIssuer': http://localhost:8180/auth/realms/Magnolia%20AdminCentral | |
'openIdLogoutEnabled': true | |
'openIdWebKeySet': | |
'openIdWebKeyUrl': http://localhost:8180/auth/realms/Magnolia%20AdminCentral/protocol/openid-connect/certs | |
'scope': openid profile email offline_access | |
'storeToken': true | |
'userInfoURL': http://localhost:8180/auth/realms/Magnolia%20AdminCentral/protocol/openid-connect/userinfo | |
'fieldMappings': | |
'email': email | |
'family_name': family_name | |
'given_name': given_name | |
'id': sub | |
'name': preferred_username | |
'serviceInformation': | |
'appURL': http://localhost:8180/auth/admin | |
'configurationInfo': http://localhost:8180/auth/realms/Magnolia%20AdminCentral/.well-known/openid-configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment