Sorry for the odd title - not sure how to describe it better
I have a boilerplate Blazor Server app which uses microsoft identity to successfully log people in and out.
There are some nuances that dont work for my use case and wondered if there is any way around them - I have been googling for hours to no resolution.
The issues I have:
open the site in one tab and log in; open another tab and you are now logged in too with the same account
Open the site in one browser window; open another browser window and log in - both browsers are now logged in
Open the site; log-in; close browser - then reopen the browser and open the site and you are still logged in
What I want in each of these situations is...
- not logged in in the second tab - can log-in again with another account for instance
- not logged in in the second window - can log in with another account
- not logged in without actively logging in again
Is this possible?