Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- [Sign Up with a database connection](#sign-up-with-a-database-connection)
- [Get user information](#get-user-information)
- [Custom Token Exchange](#custom-token-exchange)
- [Native to Web SSO login [EA]](#native-to-web-sso-login-ea)
- [Native to Web SSO login](#native-to-web-sso-login)
- [DPoP [EA]](#dpop-ea-1)
- [My Account API](#my-account-api)
- [Enroll a new passkey](#enroll-a-new-passkey)
Expand Down Expand Up @@ -1552,11 +1552,7 @@ authentication
</details>


## Native to Web SSO login [EA]

> [!NOTE]
> 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.
## Native to Web SSO login

This feature allows you to authenticate a user in a web session using the refresh token obtained from the native session without requiring the user to log in again.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1013,12 +1013,6 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
* ##Availability
*
* 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.
*
*
* @param refreshToken A valid refresh token obtained as part of Auth0 authentication
* @return a request to fetch a session transfer token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
Comment on lines 102 to 104
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Early Access (EA) tag and availability note were successfully removed from the CredentialsManager methods, but the corresponding ssoExchange method in AuthenticationAPIClient.kt (lines 1016-1020) still contains the EA documentation. Since this PR aims to remove EA tags from all Native-to-Web (N2W) APIs, the AuthenticationAPIClient.kt file should also be updated to remove the "##Availability" section and Early Access note from the ssoExchange method documentation to ensure consistency across the codebase.

Copilot uses AI. Check for mistakes.
* ## Availability
*
* 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.
*
* It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
* This method will handle saving the refresh_token, if a new one is issued.
Expand All @@ -123,11 +118,6 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
* ## Availability
*
* 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.
*
* It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
* This method will handle saving the refresh_token, if a new one is issued.
Expand Down Expand Up @@ -185,11 +175,6 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
* ## Availability
*
* 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.
*
* It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
* This method will handle saving the refresh_token, if a new one is issued.
Expand All @@ -208,11 +193,6 @@ public class CredentialsManager @VisibleForTesting(otherwise = VisibleForTesting
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
* ## Availability
*
* 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.
*
* It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
* This method will handle saving the refresh_token, if a new one is issued.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,6 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
* ## Availability
*
* 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.
*
* It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
* This method will handle saving the refresh_token, if a new one is issued.
*/
Expand All @@ -265,11 +259,6 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
* ## Availability
*
* 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.
*
* It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
* This method will handle saving the refresh_token, if a new one is issued.
Expand Down Expand Up @@ -346,12 +335,6 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
* ## Availability
*
* 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.
*
* It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
* This method will handle saving the refresh_token, if a new one is issued.
*/
Expand All @@ -369,12 +352,6 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
* parameter with the session transfer token. For example,
* `https://example.com/login?session_transfer_token=THE_TOKEN`.
*
* ## Availability
*
* 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.
*
* It will fail with [CredentialsManagerException] if the existing refresh_token is null or no longer valid.
* This method will handle saving the refresh_token, if a new one is issued.
*/
Expand Down