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

{% hint style="info" %}
Make sure, that you have the App Service URL handy that you copied from the previous step.
{% endhint %}

* 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 <mark style="color:blue;">Add a Platform</mark> and Choose <mark style="color:orange;">Web</mark> from the side create blade.
* You need to enter the 1st redirect URI here: <mark style="color:yellow;">https\://\<app\_service\_default\_domain>:443/Redirect</mark>
* Press Configure and then add the remaining 3 Redirect URIs as mentioned below.
  * <mark style="color:yellow;">https\://\<app\_service\_default\_domain>:443/rls/redirect</mark>
  * <mark style="color:yellow;">https\://\<app\_service\_default\_domain>:443/visual/redirect</mark>
  * <mark style="color:yellow;">https\://\<app\_service\_default\_domain>:443/external-storage/redirect</mark>
* Select both the Access Token and ID Token checkbox and then press Add
* Press Save button in the bottom to complete this configuration.

{% hint style="warning" %}
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**)
{% endhint %}

<figure><img src="https://4102771481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftn9fmavAcyzaE7MAMP2U%2Fuploads%2FYVMKtyz4cDLT7Hr6Xurk%2FScreenshot%202025-03-19%20131714.png?alt=media&#x26;token=e6d9ce37-ee68-437f-9481-575194752d71" alt=""><figcaption><p>Azure AD Redirect URI Configuration</p></figcaption></figure>

{% hint style="success" %}

### Success!!!

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