Versions Compared

Key

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

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 applicationApplication, if any. Navigate to the Application 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 configurationin the following steps, so please copy the created secret.

    Image Removed


    Image Added

  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.

      Image RemovedImage Added

Info

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue
In the next step, we will verify Configurations & Publish the Bot Microservice to Azure.

Verify Configurations & Publish the Bot Microservice to Azure

...