We have three applications using same Auth0 tenant. We wanted to bring two applications(mydomain1.com and mydomain2.com) under SSO and third one(mydomain3.com) shouldn’t be under SSO. I have implemented SSO in both the applications and third application remains token based app and not using SSO.
Right now In same browser
- I log into
mydomain3.com
where SSO not implemented, the app works fine. - Then I try open
mydomain2.com
where I didn’t login before and SSO implemented, I’m getting authenticated from Auth0 since I have already logged in intomydomain3.com
. This is happening because I’m using same tenant for all the three Apps and there is silent authentication implemented inmydomain2.com
to achieve SSO.
Is there any way that makes particular domain to not use SSO?