You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Enterprise Connect is in **Early Access**. To enable it for your tenant, contact Auth0 support.
413
+
411
414
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.
412
415
413
416
Enable it with `enterpriseConnect: true` and provide the required `onCallback` hook:
0 commit comments