# Pre-Requisites

* [x] The installed application is an Android or iOS mobile application.
* [x] The installed application uses a Web View for integrating the OAuth 2.0 flow (not the system's browser).&#x20;

{% hint style="warning" %}
In this type of integration, the Web View cannot interact with other mobile applications in the system (only with UAEPASS mobile app). This means that UAEPASS App should only open when the identity provider specifies in the WebView.&#x20;

The application must intercept the UAE PASS Mobile ID callback URL and load it in the WebView. Otherwise, after the interaction with Mobile ID has finished, the system's browser would open. Also, the SP application must use its own URI scheme.
{% 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.uaepass.ae/feature-guides/authentication/mobile-application/pre-requisites.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.
