I have a normal Blazor app, with the default boilerplate user/password authentication from MS. I have 2 users, root and test.
I logged in with root and clicked remember me. Then I logout and log in again with free, and initiated a payment process. The flow navigates to an outside page (different domain), and then calling a callback on succes back to may app/domain.
The problem is that now, I am logged in as root instead of free.
Is there a way to fix/prevent this?