Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The SCIM microservice uses Azure AD authentication to call the Azure API. As part of the process for deploying the SCIM microservice, a service principal application used to authenticate the App Service that hosts the microservice must be registered in Azure.

Register the app

  1. Log in to your Azure portal as a user with the necessary permissions to create an application in Azure AD.

  2. In Azure, navigate to your Azure Active Directory.

  3. On the Azure navbar, click App registrations.

  4. On the App registrations page, click New registration.

...

  1. Image Added

  2. Name the application, select the scope for the application (single or multitenant) and click Register.

  3. Once the application is registered, copy the Application (client) ID, Directory (tenant) ID and Object ID from the Overview page. These values are used when configuring the SCIM app service.

...

  1. Image Added


    The next step is to upload the base-64 encoded certificate that you have selected to authenticate to the application.

    Insert excerpt
    IL:Azure Cert Requirements
    IL:Azure Cert Requirements
    nopaneltrue

  2. Under Manage, click Certificates & secrets.

  3. Under Certificates, click Upload certificate and upload the base-64 encoded certificate.

...

  1. Image Added

  2. Under Client secrets, click New client secret. The secret is used by the application to prove its identity when requesting a token.

  3. Enter a Description for the client secret, select when the secret Expires and then click Add.

...

  1. Image Added

  2. Copy the secret. You will use it when configuring the SCIM app service.

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue
Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue