Versions Compared

Key

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

After you have published the EmpowerID SCIM Microservice microservice app to Azure, you need to return to Azure to do the following post-publishing steps:

These steps ensure that EmpowerID has the appropriate authentication and access to read and write the user information for your Azure tenant.

...

Turn on System-assigned managed identity for the App Service

  1. Log in to your Azure portal as an administrator and navigate to your App Serviceservice.

  2. Under Settings in the sidebar of the App Serviceservice, click Identity.

  3. On the Azure navbar, click App registrations.

  4. On the Identity page, click the System assigned tab and toggle Status to On.

  5. Copy the Object ID. The Object ID is the ID of the service principal created when the System assigned managed identity feature is enabled. You need to assign to the service principal root level permissions to the App Service service as shown below.

...

Assign to the identity root level permissions to the App Service

  1. In Azure navigate to Management groups.

  2. Click the details link beside Tenant Root Group.

  3. On the tenant root page, click Access Control (IAM) in the sidebar.

  4. On the Access Control (IAM) page, click Add and then select Add role assignment.

  5. In the Add role assignment pane that appears, click Select a role and then select Owner.

  6. Search for and select the App Service service you deployed to the tenant.

  7. Save the role assignment.

...