I have two applications: regular web application and single page application and want to connect as single sign on. Meaning when I am logged to one application, I am logged to other. When I am logged out from one applcation, I am logged out from other.
I am using “[Auth0 Management API] System API” and it works fine. Is “SSO Dashboard API” and extension “SSO Dashboard”
SSO is enabled by default on new tenants. You shouldn’t need the SSO Dashboard to enable it. Your user should be able to go back and forth between the two applications with a cookie session and not have to enter credentials seperately.