Configure the Azure AD App Service

As Exchange Online is dependent on Azure AD, you need to apply the configuration settings listed in the below table to the Azure AD app service.

Application Setting Name

Description

Application Setting Name

Description

ScimExchangeAppID

The Application (client) ID of the service principal application you registered for Exchange Online, i.e., 3a441884-4b7a-42e2-bb2b-ef5ce8378002

ScimExchangeCertificateName

The name of the Private Key Certificate in the Azure Vault

ScimExchangeKeyVaultUrl

The URL to the Azure Vault where the Private Key Certificate resides, i.e., https://eiddoc-key-vault.vault.azure.net/

ScimExchangeTenantID

The Tenant ID of the Azure tenant with Exchange

SCIMPowershellURL

The App Service URL for the Exchange App service concatenated with /services/v1/pshell/, i.e., https://eid-exchange-app-service.azurewebsites.net/services/v1/pshell/

Configure the app service

  1. Navigate to the Azure AD SCIM App Service you created for the EmpowerID SCIM microservice.

  2. On the navbar for the App Service, under Settings, click Configuration.

  3. Under Application settings, click New application setting.

  4. In the Add/Edit application setting pane, do the following to add the first setting:

    1. Name – Enter ScimExchangeAppID.

    2. Value – Enter the Application (client) ID of the service principal application you registered for Exchange Online.

    3. Click OK.

  5. Repeat step 4 above for each of the following settings:

    • ScimExchangeCertificateName – Set the value to the name of the Private Key Certificate in the Azure Vault

    • ScimExchangeKeyVaultUrl – Set the value to the URL to the Azure Vault where the Private Key Certificate resides, i.e., https://eiddoc-key-vault.vault.azure.net/

    • ScimExchangeTenantID – Set the value to the Tenant ID of the Azure tenant with Exchange

    • SCIMPowershellURL – Set the value to the App Service URL for the Exchange App service concatenated with /services/v1/pshell/, i.e., https://eid-exchange-app-service.azurewebsites.net/services/v1/pshell/

  6. After adding the new settings, click Save.

  7. Click Continue to save the changes.


Next Steps

https://dotnetworkflow.jira.com/wiki/spaces/EIDADV23/pages/2984948252