Hello everyone. I have two applications that i want to have single sign on for them, so when user is logged trough Auth0 login form using one of the apps, he should be automatically logged in another app.
I have apps:
- Single page Angular app on my localhost (Auth0 provided example)
- DOMO SSO, SAML and OpenID connect (both are set)
Right now when i try to login to an app, im always welcomed with Auth0 login form, even tough i previously logged in one of those apps.
I already checked some posts on form, but i couldnt find one with right explanation and problem solving solution. Thanks in advance.