I’ve found several posts asking how to do this. This seemed one of the newest, seamless-authentication-between-two-apps/151065 But the links don’t seem to show how. This seems like it should be so simple but not really finding it.
We’re just using sign-in with google/msft buttons to kick off sso through that.
Hello @tcroots19,
Welcome to the Auth0 Community!
As long as your apps point to the same Auth0 tenant for login, Auth0 handles the SSO session management for you automatically by leveraging the Auth0 Session Layers, even though the user has authenticated using a social connection.
To achieve a seamless Single Sign-on (SSO) experience between multiple applications, it is critical to have a centralized location to redirect your users for authentication, such as the Universal Login. You can check out the Authentication (B2C) documentation for more information about this.
For a seamless SSO experience I would also recommend enabling the same social connections for your applications, as well as Configuring Silent Authentication, so that your users will not hit any confusion barriers.
I hope this helps!
Thanks,
Remus