Closed rahulsingii closed 4 years ago
We're a doc team unable to provide support. You might try asking on SO. I
If you think this is a product bug, create the simplest possible sample that reproduces the problem and open an issue at GitHub ASP.NET Core
Include steps to reproduce the bug and the version you're using dotnet --version
Issue description
I have implemented the mix of ASP.Net Cookie Authentication & OWIN OpenId authentication in my application. I am trying to fix a security flaw where the session is not invalidating even after logout.
Middleware Implementation:-
LogOut Code (Based on user type):-
I am capturing the traffic in Fiddler and clicking sign-out from web page. When I try to re-issue the request from Fiddler, it's completing successfully and in HttpModule, the application.User.Identity.IsAuthenticated is True
Software versions
Check the .NET target framework(s) being used, and include the version number(s).
.NET Framework 4.5.2 Visual Studio 2019