Versions Compared

Key

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

...

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.

    Image Removed

  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.

    Insert excerpt
    IL:External Stylesheet
    IL:External Stylesheet
    nopaneltrue

...

Next Steps

Publish the Exchange Online Microservice to Azure