Trying to integrate a microsoft sign in with my app. I am always stuck in a pre-existing account with no way to select another account (even in ephemeral session mode)
details
Everything works fine if I never signed in with the browser. I get the popup which asks for my username/password. Perfect.
Unfortunately If I ever signed in with the browser in the past, I now get this popup:
And there is no way way to say "no, I want to sign in to a different org, or use a different account". Nothing. Cancel just closes the window.
The only solution I found is to ask my users to switch to chrome and clear the browser data, but obviously this is not going to happen. Am I missing something obvious ?
code
This is what I am using to bring up the auth page:
problem
Trying to integrate a microsoft sign in with my app. I am always stuck in a pre-existing account with no way to select another account (even in ephemeral session mode)
details
Everything works fine if I never signed in with the browser. I get the popup which asks for my username/password. Perfect.
Unfortunately If I ever signed in with the browser in the past, I now get this popup:
And there is no way way to say "no, I want to sign in to a different org, or use a different account". Nothing.
Cancel
just closes the window.The only solution I found is to ask my users to switch to chrome and clear the browser data, but obviously this is not going to happen. Am I missing something obvious ?
code
This is what I am using to bring up the auth page:
(ps: I thought
preferEphemeralSession: true
was to explicitly address this but apparently not...)