Disable SSO while using Universal Login Page on Android

  • SDK: Auth0.Android
  • SDK Version: 2.2.0
  • Platform Version: e.g. Android 9,10,11

Is this a feature request or bug report? This is a question.

We want to login to multiple apps with different Auth0 accounts. But since we are using Universal Login Page, the session is saved for User1 in browser and after login to one App1, the same user gets logged in when Universal Login Page is opened from App2.

In iOS Auth0 SDK, we can use useEphemeralSession feature to disable SSO while using Universal Login Page.

How to do this using Android SDK?

2 Likes