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.

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.

  • It will ask for the Redirect URL. In there enter https://<app_service_url>:443/Redirect

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

  • Press Configure and then add remaining Redirect URL as mentioned below.

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

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

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

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

Verify whether you have replaced the <app_service_url> with the actual URL collected from App Service in the above URLs. You won't be able to login, if you have provided wrong URL in here.

Success!!!

You have successfully deployed Inforiver and completed all the necessary steps. You should be able to start using it.

Last updated