Skip to main content

Configure the EntraID 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 NameDescription
ScimExchangeAppIDThe Application (client) ID of the service principal application you registered for Exchange Online, i.e., 3a441884-4b7a-42e2-bb2b-ef5ce8378002
ScimExchangeCertificateNameThe name of the Private Key Certificate in the Azure Vault
ScimExchangeKeyVaultUrlThe URL to the Azure Vault where the Private Key Certificate resides, i.e., https://eiddoc-key-vault.vault.azure.net/
ScimExchangeTenantIDThe Tenant ID of the Azure tenant with Exchange
SCIMPowershellURLThe 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/

Procedure

  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:
    • Name – Enter ScimExchangeAppID.
    • Value – Enter the Application (client) ID of the service principal application you registered for Exchange Online.
    • 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.