Skip to content

Commit 95ce641

Browse files
committed
fix: add early access in docs
1 parent aad6319 commit 95ce641

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/auth0-express/EXAMPLES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,9 @@ console.log(accessTokenResult.accessToken);
408408

409409
## Enterprise Connect
410410

411+
> [!NOTE]
412+
> Enterprise Connect is in **Early Access**. To enable it for your tenant, contact Auth0 support.
413+
411414
Enterprise Connect (EC) uses Auth0 as a pure SSO relay: Auth0 federates the login to an enterprise identity provider but writes **no Auth0 session**. Your application owns the session — you establish it yourself in the `onCallback` hook after the login completes.
412415

413416
Enable it with `enterpriseConnect: true` and provide the required `onCallback` hook:

0 commit comments

Comments
 (0)