Skip to content

Commit a9465c4

Browse files
docs: Update Native to Web SSO docs for GA release (#1454)
1 parent bcfa3a1 commit a9465c4

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

EXAMPLES.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- [Using Custom Token Exchange with Auth0 Class](#using-custom-token-exchange-with-auth0-class)
5050
- [With Organization Context](#with-organization-context)
5151
- [Subject Token Type Requirements](#subject-token-type-requirements)
52-
- [Native to Web SSO (Early Access)](#native-to-web-sso-early-access)
52+
- [Native to Web SSO](#native-to-web-sso)
5353
- [Overview](#native-to-web-sso-overview)
5454
- [Prerequisites](#native-to-web-sso-prerequisites)
5555
- [Using Native to Web SSO with Hooks](#using-native-to-web-sso-with-hooks)
@@ -1007,9 +1007,7 @@ For detailed examples of validating different token types in Actions, see:
10071007
- Validate token expiration, issuer, and audience claims
10081008
- Implement rate limiting for failed validations using `api.access.rejectInvalidSubjectToken()`
10091009

1010-
## Native to Web SSO (Early Access)
1011-
1012-
> ⚠️ **Early Access Feature**: Native to Web SSO is currently available in Early Access. To use this feature, you must have an Enterprise plan. For more information, see [Product Release Stages](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages).
1010+
## Native to Web SSO
10131011

10141012
### Native to Web SSO Overview
10151013

example/src/screens/class-based/ClassProfile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class ClassProfileScreen extends Component<Props, State> {
145145
/>
146146
</Section>
147147

148-
<Section title="Native to Web SSO (Early Access)">
148+
<Section title="Native to Web SSO">
149149
<Text style={styles.description}>
150150
Exchange your refresh token for a Session Transfer Token to enable
151151
seamless SSO to your web application.

example/src/screens/hooks/CredentialsScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const CredentialsScreen = () => {
155155
/>
156156
</Section>
157157

158-
<Section title="Native to Web SSO (Early Access)">
158+
<Section title="Native to Web SSO">
159159
<Text style={styles.description}>
160160
Exchange your refresh token for a Session Transfer Token to enable
161161
seamless SSO to your web application.

0 commit comments

Comments
 (0)