Skip to content

Commit b9551c9

Browse files
authored
chore: add app detection info and update uaepass urls (#2470)
1 parent b95c8c4 commit b9551c9

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

docs/kratos/social-signin/84_uaepass.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Follow these steps to add UAE PASS as a social sign-in provider for your project
2323
1. Enable the **Enable OpenID Connect** toggle, then click **Add new OpenID Connect provider**.
2424
1. 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.
2525
1. 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.
2727
1. Paste the **Client ID** and **Client Secret** into the corresponding fields in the Ory Console's **Configure UAE PASS** screen.
2828
1. 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">
6060
Follow 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.
6464
1. 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

186194
UAE PASS uses custom scopes to control which user data is returned. The available scopes depend on the user type.

0 commit comments

Comments
 (0)