✅ .NET IdentityServer4 Password Reset + Logout Fails to Invalidate Angular SPA Session
Hi, having an issue with my project, need some help on this, Problem title: -Password Reset + Logout Flow via IdentityServer4 Doesn’t Clear Session — Angular SPA Redirects as Still Authenticated
Stack Overflow Link: - https://stackoverflow.com/questions/79747644/redirect-issue-after-password-reset-and-logout-flow
Stack Overflow
Redirect issue after password reset and logout flow
TechStack
First of all i would like to tell the tech stack, the client app is angular(UI) + java(translation layer/ shim layer) and identity server 4 (.NET) used for authentication purpose. Don't get
1 Reply
Sorry for this late reply yes this is a problem with which I am struggling for weeks. IS4 is responsible for authentication and authorisation and securing client applications. It actually assigns tokens and validates for a particular client whether it can use endpoints or not if client requests for 10 endpoints use allowance but that client is configured to use only 7 then it won't Authorize that client. Configurations can be set up in Database. There are other usecases also.