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.
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.