|
11 | 11 | - [Changing the Return To URL scheme](#changing-the-return-to-url-scheme) |
12 | 12 | - [Specify a Custom Logout URL](#specify-a-custom-logout-url) |
13 | 13 | - [Trusted Web Activity](#trusted-web-activity) |
14 | | - - [DPoP [EA]](#dpop-ea) |
| 14 | + - [DPoP](#dpop) |
15 | 15 | - [Authentication API](#authentication-api) |
16 | 16 | - [Login with database connection](#login-with-database-connection) |
17 | 17 | - [Login using MFA with One Time Password code](#login-using-mfa-with-one-time-password-code) |
|
30 | 30 | - [Get user information](#get-user-information) |
31 | 31 | - [Custom Token Exchange](#custom-token-exchange) |
32 | 32 | - [Native to Web SSO login](#native-to-web-sso-login) |
33 | | - - [DPoP [EA]](#dpop-ea-1) |
| 33 | + - [DPoP](#dpop-1) |
34 | 34 | - [My Account API](#my-account-api) |
35 | 35 | - [Enroll a new passkey](#enroll-a-new-passkey) |
36 | 36 | - [Get Available Factors](#get-available-factors) |
@@ -228,10 +228,7 @@ WebAuthProvider.login(account) |
228 | 228 | .await(this) |
229 | 229 | ``` |
230 | 230 |
|
231 | | -## DPoP [EA] |
232 | | - |
233 | | -> [!NOTE] |
234 | | -> This feature is currently available in [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). Please reach out to Auth0 support to get it enabled for your tenant. |
| 231 | +## DPoP |
235 | 232 |
|
236 | 233 | [DPoP](https://www.rfc-editor.org/rfc/rfc9449.html) (Demonstrating Proof of Possession) is an application-level mechanism for sender-constraining OAuth 2.0 access and refresh tokens by proving that the app is in possession of a certain private key. You can enable it by calling the `useDPoP()` method. |
237 | 234 |
|
@@ -1606,10 +1603,7 @@ authentication |
1606 | 1603 | ``` |
1607 | 1604 | </details> |
1608 | 1605 |
|
1609 | | -## DPoP [EA] |
1610 | | - |
1611 | | -> [!NOTE] |
1612 | | -> This feature is currently available in [Early Access](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages#early-access). Please reach out to Auth0 support to get it enabled for your tenant. |
| 1606 | +## DPoP |
1613 | 1607 |
|
1614 | 1608 | [DPoP](https://www.rfc-editor.org/rfc/rfc9449.html) (Demonstrating Proof of Possession) is an application-level mechanism for sender-constraining OAuth 2.0 access and refresh tokens by proving that the app is in possession of a certain private key. You can enable it by calling the `useDPoP(context: Context)` method. This ensures that DPoP proofs are generated for requests made through the AuthenticationAPI client. |
1615 | 1609 |
|
|
0 commit comments