I have an Azure App Service Authentication / Authorization configured to use to sign in with Microsoft (aka Easy Auth). Everything works great. However I'm confused about the logout behavior. If I go to myapp/.auth/logout
I am definitely logged out since I no longer see the X-MS-CLIENT...
headers on requests.
Then I go to /.auth/login/microsoftaccount
but instead of getting prompted for credentials I am automagically signed in with the previous account. It is nice many times but I am trying to test users with different permissions. If I start a new private browser I am prompted every time as I expect.
I must have missed something either at logout or a login parameter to enable a re-prompt. Can someone help me understand what I missed here?
Easy Auth docs https://learn.microsoft.com/en-us/azure/app-service/overview-authentication-authorization