Eshoponcontainers: [BUG] After explicit logout, hit on login, then it is automatically recognized instead of showing the login page

Created on 5 Jun 2018  路  4Comments  路  Source: dotnet-architecture/eShopOnContainers

Hi guys, I can't get login page after a forced logout, it's getting logging in automatically in a mvc client application with hybrid grant type.

backlog-item bug

All 4 comments

Yeah, this is a known issue/bug we'll need to fix when possible. Thanks for the feedback.

I wish you guys prioritize this as soon as possible.

You should SignOut Identity on Identity.API
Ex: _signInManager.SignOutAsync();

Closing this issue as the fix is confirmed.

Was this page helpful?
0 / 5 - 0 ratings