Inforiver
On-Prem Inforiver Writeback Matrix
On-Prem Inforiver Writeback Matrix
  • 👋Inforiver Writeback Matrix On-Prem
  • Before You Start
    • 🪄Basic Requirements
    • 🥌Entra ID App
    • 📧SMTP Service
    • 🕹️Inforiver Credentials
    • 📳Virtual Network (Optional)
  • Deployment
    • Microsoft Azure
      • Basics
      • Networking
      • SQL Database
      • Inforiver Workspace
      • SMTP
      • Final Deployment
    • Custom Visual Generation
    • Azure AD App Post Configuration
  • Architecture Concepts
    • Overview
    • O365 Permissions
    • External Connections
    • Azure Cost
  • Upgrade
    • Overview
    • Integrate Infobridge with Inforiver (for 2.x users)
    • Integrate EDITable with Inforiver (for 2.x users)
    • Update Inforiver Container Instances (for 3.x users)
    • Update EDITable Container Instance (for 3.x users)
    • Update Inforiver EDITable Container Instances (for 3.x users)
    • Update Inforiver EDITable Container Instances (for 4.x users)
  • How To Guides
    • Overview
    • Register Inforiver App with Certificate
    • Key Vault Integration
    • Custom Domain and SSL
    • Application Gateway Integration
    • Private App Service
    • Diagnostic Settings
    • Configuring Office 365 SMTP
    • Scaling Up Azure Database
    • Creation and Deletion of Database
    • Enabling App Service Logs
    • Scaling Up the App Service Plan
    • Scaling Redis Cache
    • Update Inforiver License
    • Update Azure AD Client & Other Environment Variables
  • Troubleshooting Steps
    • Overview
Powered by GitBook
On this page
  1. Deployment

Azure AD App Post Configuration

PreviousCustom Visual GenerationNextOverview

Last updated 1 month ago

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.

  • 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.

Verify whether you have replaced the <app_service_default_domain> with the actual URL collected from App Service. If you are using custom domain setup, you need use that FQDN instead (ex: app.example.com)

Success!!!

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

Azure AD Redirect URI Configuration