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

Create an App Service for the Azure AD SCIM 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

« Previous Version 2 Next »

EmpowerID uses the SCIM Microservice to make API calls to your Azure tenant in response to your actions in EmpowerID. In order for the microservice to make these calls, a hosting app service for the microservice needs to be created in Azure.

Create the app service

  1. In Azure, navigate to All Services > App services and select Add.

  2. Under Project Details, select a Subscription and Resource Group for the App Service. If desired, you can create a new Resource Group.

  3. Under Instance Details, do the following:

    • Name — Enter a name for the Web App.

    • Publish — Select Code.

    • Runtime Stack — Select .Net Core 3.1 (LTS).

    • Operating System — Select Windows.

    • Region — Select the appropriate region.

  4. Click Review + Create.

  5. Click Create.

  6. After deployment completes, click Go to resource.

  7. Change the platform for the app service to 64 Bit by doing the following:

    1. On the app service navbar, under Settings, click Configuration.

    2. On the Configuration blade, select the General settings tab.

    3. Under Platform settings, change the Platform to 64 Bit and click Save.

    4. Click Continue confirm you want to save the changes.

  8. On the App Service page, copy the URL. You will need this when you configure the app service for the EmpowerID SCIM Microservice.


Next Steps

Configure SCIM App Service Authentication

Publish the SCIM Microservice to Azure

Set Permissions for the SCIM Managed Identity

Connect EmpowerID to Azure Active Directory

  • No labels