No session share between Auth0 apps

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:

  1. Single page Angular app on my localhost (Auth0 provided example)
  2. 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.

I have found solution. For anyone having same problem as i did. You should navigate to main Settings page from dashboard, then go to Advanced, scroll down and there is ‘Enable seamless SSO’, turn that on. Login will now work properly without forcing users to enter username/password and login again even though he was previously logged in on different application. I found this by myself, experimenting and going trough all sections in Auth0 dashboard. I couldnt find this in documentation or on forums. Auth0 documentation is rely poor done.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.