Info
Content

Working with SSO

Example: OAuth2 with Microsoft Azure

  1. Login to consentmanager and navigate to Account > Security > Add new SSO
  2. Login to your Azure Portal (portal.azure.com), click on Azure Active Directory > App registrations and add a new registration.
  3. 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)
  4. From the app settings copy the Application (client) ID from Azure and paste it as OAuth key
  5. In the App click on client credentials and add a new client secret. Copy & paste the secret value and secret id into consentmanager settings (secret)
  6. In consentmanager set the setting OAuth Scope to User.Read
  7. Save the new SSO
  8. 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
  9. Navigate to consentmanager > Account > Users and assign the SSO to the corresponding users

Example: SAML SSO with Microsoft Azure

  1. Login to consentmanager and navigate to Account > Security > Add new SSO
  2. Login to your Azure Portal (portal.azure.com), click on Azure Active Directory > App registrations and add a new registration.
  3. 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)
  4. From the app settings copy the Application (client) ID from Azure and paste it as Entity ID
  5. Save the new SSO
  6. 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
  7. Navigate to consentmanager > Account > Users and assign the SSO to the corresponding users

Back to top