# 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="/files/UXgeqv2VkOaQpljN2PIK" 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/inforiver-enterprise-on-prem/deployment/azure-ad-app-post-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
