You are viewing an earlier version of the admin guide. For the latest version, please visit EmpowerID Admin Guide v7.211.0.0.

Skip to end of banner
Go to start of banner

Setting up the Microsoft App ID

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

You will have to do the Microsoft app registration to establish a trust relationship between the EmpowerID Bot and the Microsoft identity platform. Registration of the Application will facilitate authentication and authorization to be done in the Bot. After the app is registered, you can find the Microsoft App ID and Password to update settings in the App Service following the steps below.


  1. From the Azure Directory, register a new application in App Registrations. Select the “Accounts in any organizational directory (Any Azure AD directory - Multitenant)” as the supported account type.

  2. Delete the Service Principal associated with the Application, if any. Navigate to the application you created, and click on the Managed application in local directory. Find properties tab and click on delete.



  3. Create a secret for the new application and set the expiration as 24 months or more. We will store the created secret into the configuration in the following steps, so please copy the created secret.

  4. Navigate to the App Service (Linux web app) you created, and set the following settings in the Configuration section.

    1. Copy the Application (Client) ID just created and paste it into MicrosoftAppId Key.

    2. Copy the Secret ID, paste it into the MicrosoftAppPassword.

In the next step, we will verify Configurations & Publish the Bot Microservice to Azure.

Verify Configurations & Publish the Bot Microservice to Azure

  • No labels