Remove a domain from SSO

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 into mydomain3.com. This is happening because I’m using same tenant for all the three Apps and there is silent authentication implemented in mydomain2.com to achieve SSO.

Is there any way that makes particular domain to not use SSO?

As it has been more than a few months since this topic was opened, and there has been no reply or further information provided as to the existence of the issue, we are closing this topic. Please don’t hesitate to create a new topic if this issue is still present, we would be happy to work with you to help find a resolution.