You are viewing an earlier version of the admin guide. For the latest version, please visit EmpowerID Admin Guide v7.211.0.0.
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 |
---|---|
ScimExchangeAppID | The Application (client) ID of the service principal application you registered for Exchange Online, i.e., |
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., |
ScimExchangeTenantID | The Tenant ID of the Azure tenant with Exchange |
SCIMPowershellURL | The App Service URL for the Exchange App service concatenated with |
Configure the app service
Navigate to the Azure AD SCIM App Service you created for the EmpowerID SCIM microservice.
On the navbar for the App Service, under Settings, click Configuration.
Under Application settings, click New application setting.
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.
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/
After adding the new settings, click Save.
Click Continue to save the changes.