Working with SSO
Example: OAuth2 with Microsoft Azure
- Login to consentmanager and navigate to Account > Security > Add new SSO
- Login to your Azure Portal (portal.azure.com), click on Azure Active Directory > App registrations and add a new registration.
- Once the app is registered in Azure, click on the App > Endpoints and copy & paste the URLs into the consentmanager settings (Authorize URL and Token URL)
- From the app settings copy the Application (client) ID from Azure and paste it as OAuth key
- In the App click on client credentials and add a new client secret. Copy & paste the secret value (OAuth Secret) and secret id (OAuth Key) into consentmanager settings
- In consentmanager set the setting OAuth Scope to User.Read
- Save the new SSO
- In Azure go to Authentication > Add a plattform (Type: Web) and insert the URL https://app.consentmanager.net/login.php?sso=oauth as Redirect URI
- Navigate to consentmanager > Account > Users and assign the SSO to the corresponding users
Example: SAML SSO with Microsoft Azure
- Login to consentmanager and navigate to Account > Security > Add new SSO
- Login to your Azure Portal (portal.azure.com), click on Azure Active Directory > App registrations and add a new registration.
- Once the app is registered in Azure, click on the App > Endpoints and copy & paste the URLs into the consentmanager settings (Forwarding URL and Metainfo URL)
- From the app settings copy the Application (client) ID from Azure and paste it as Entity ID
- Save the new SSO
- In Azure go to Authentication > Add a plattform (Type: Web) and insert the URL https://app.consentmanager.net/login.php?sso=saml as Redirect URI
- Navigate to consentmanager > Account > Users and assign the SSO to the corresponding users