I'm evaluating using the angular-oauth2-oidc package in an Angular 9 appliction. I've been playing around with the worked examplefound here.
When I run the workded example and open up two separate browser sessions (Chrome) and try and log in using the two supplied username/passwords I've notice the following:
- When I logout in one browser the other browser logouts.
- When I login on one browser and try and log into the second browser (using a different user account) it automatically logs me in without having to authenticate
- When I logout I notice the sessionStorage is deleted but I'm still automatically logged in when I click login.
Is this expected functionality? Seems very strange behavior. Could anyone recommend how I can configure angular-oauth2-oidc to overcome this issues highlighted?