Login sso cookie android universal login

Hi,
Is there a way to disable sso cookie from android login auth0 SDK using WebProvider?
Thanks!
Best regards,
Nikola

I confess I’m far from an Android expert, but I believe that if you use Chrome Custom Tabs which would be used by the SDK, cookies will always be shared and there’s no option to disable this behavior.

A possible alternative if your use case is more about letting the same person (single-user device) simply switch across multiple accounts that they own you could consider including the prompt=login parameter. This would indicate to the Auth0 tenant that the login page should be shown even if an authenticated session already exists.

Thank you for fast response! I used prompt=login param successfully :slight_smile:

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