You are viewing an earlier version of the admin guide. For the latest version, please visit EmpowerID Admin Guide v7.211.0.0.

Skip to end of banner
Go to start of banner

Configure the App Services for the IT Shop Microservice

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The EmpowerID SCIM Microservice interfaces with EmpowerID and Azure to perform Azure AD operations in response to your actions in EmpowerID. This includes inventorying your Azure AD tenant and executing CRUD operations initiated in EmpowerID. For this to occur, the App service needs to be configured as follows:

  • App service authentication must be turned on

  • Login with Azure Active Directory must be enabled for unauthenticated requests to the App service

  • Azure Active Directory must be selected as the Identity Provider

  • Information about the Web application (service principal) you Register an application for EmpowerID in Azure AD must be added to the Azure App service

To configure the Azure App Service

  1. Log in to your Azure portal as a user with the necessary permissions to configure the App service you created earlier.

  2. In Azure, navigate to the App Service.

  3. Under Settings in the sidebar, select Authentication / Authorization.

  4. Turn on App Service Authentication.

  5. Under Action to take when request is not authenticated, select Log in with Azure Active Directory.

  6. Under Authentication Providers, click Azure Active Directory.

  7. Under Management mode, select Advanced.

  8. Enter the following information for the Advanced mode settings:

    • Client ID — Enter the Client ID for the registered earlier for EmpowerID.

    • Issuer Url — Enter https://login.microsoftonline.com/<TenantID>, where <TenantID> is the TenantID of the application you registered in Azure AD for EmpowerID.

    • Client Secret — Enter the client secret for the application you registered in Azure AD for EmpowerID.

    • Allowed Token Audience — Enter the App Service URL.

      The settings should look similar to the below image:

  9. Click OK to close the Active Directory Authentication dialog.

  10. Back in the main Authentication / Authorization page, click Save.

  11. Back in the Overview page for the App Service, click Get Publish Profile. You will need this file when you run the Publish the EmpowerID SCIM Microservice to Azure in EmpowerID.

  • No labels