Azure AD App Post Configuration

As a last step, you have to provide the URL of app service in the Azure AD App Redirect URI section.

circle-info

Make sure, that you have the App Service URL handy that you copied from the previous step.

  • Go to Azure Active Directory menu in your Azure Portal.

  • Find the Azure AD app that you created in the Before You Start section.

  • In there go to Authentication menu.

  • Press Add a Platform and Choose Web from the side create blade.

  • You need to enter the 1st redirect URI here: https://<app_service_default_domain>:443/Redirect

  • Press Configure and then add the remaining 3 Redirect URIs as mentioned below.

    • https://<app_service_default_domain>:443/rls/redirect

    • https://<app_service_default_domain>:443/visual/redirect

    • https://<app_service_default_domain>:443/external-storage/redirect

  • Select both the Access Token and ID Token checkbox and then press Add

  • Press Save button in the bottom to complete this configuration.

circle-exclamation
Azure AD Redirect URI Configuration
circle-check

Success!!!

Last updated

Was this helpful?