Skip to main content

Single Sign On through Microsoft Azure AD

Updated over 10 months ago

Single Sign On (SSO) allows users to log in once after which they can automatically access multiple applications across a network. Follow the steps in this article to add SSO settings to Azure AD for Tribe CRM.

Azure AD settings

  • Go to the Azure Active Directory admin centre.

  • Click on App registrations and then + New registration.

Tribe CRM - Azure AD

Tribe CRM - Azure AD Register

  • After registering, the screen below appears. Now copy the Application (client) ID and save it in a txt file. This file should be passed to Tribe CRM so that we can create the correct configuration.

  • In addition to the Application (client) ID, we also need a so-called client secret. You can create this by clicking on Add a certificate or secret (see screenshot in previous step) and then on + New client secret.

Then give the secret a name, choose the desired shelf life and click on Add.

Note!

Send a new client secret to Tribe CRM when the old one has expired. Therefore, it may be useful to set a custom period.

Now copy the value listed under Value and place it in the txt file created earlier.

  • To create the correct configuration, we only need the so-called Open ID Connect metadata document URL. This URL can be questioned through the Endpoints button in the overview screen of the App registration you just created.

  • You should now have collected the following values :

    Application (client) ID
    Client secret
    Open ID Connect metadata document URL

    Give it to us so we can create the correct configuration.

Did this answer your question?