@@ -23,7 +23,7 @@ Follow these steps to add UAE PASS as a social sign-in provider for your project
23231. Enable the **Enable OpenID Connect** toggle, then click **Add new OpenID Connect provider**.
24241. Click the UAE PASS logo to open the **Configure UAE PASS** screen. You may need to click **Show more providers** to see the full list of providers.
25251. Copy the Redirect URI and save it for later use.
26- 1. Register your application on the [UAE PASS partner portal](https://docs. uaepass.ae/). You will receive a Client ID and Client Secret.
26+ 1. Register your application on the [UAE PASS partner portal](https://uaepass.ae/). You will receive a Client ID and Client Secret.
27271. Paste the **Client ID** and **Client Secret** into the corresponding fields in the Ory Console's **Configure UAE PASS** screen.
28281. Set the **Issuer URL** based on your environment:
2929 - **Production**: `https://id.uaepass.ae`
@@ -59,7 +59,7 @@ local claims = std.extVar('claims');
5959<TabItem value="cli" label="Ory CLI">
6060Follow these steps to add UAE PASS as a social sign-in provider to your project using the Ory CLI:
6161
62- 1. Register your application on the [UAE PASS partner portal](https://docs. uaepass.ae/). You will receive a Client ID
62+ 1. Register your application on the [UAE PASS partner portal](https://uaepass.ae/). You will receive a Client ID
6363 and Client Secret.
64641. In the created app, set the redirect URI to:
6565
@@ -181,6 +181,14 @@ To trigger the mobile flow, include `acr_values` in the `upstream_parameters` wh
181181}
182182```
183183
184+ :::info
185+
186+ The client UI is responsible for detecting whether the UAE PASS mobile app is installed on the user's device and passing the
187+ appropriate ` acr_values ` through ` upstream_parameters ` at request time. If multiple ` acr_values ` are provided (both web and
188+ mobile), UAE PASS defaults to the mobile flow.
189+
190+ :::
191+
184192### Scopes
185193
186194UAE PASS uses custom scopes to control which user data is returned. The available scopes depend on the user type.
0 commit comments