Closed
Description
Microsoft.Identity.Web Library
Microsoft.Identity.Web.UI
Microsoft.Identity.Web version
2.5.0
Web app
Sign-in users
Web API
Protected web APIs (validating tokens)
Token cache serialization
In-memory caches
Description
Calling the SignOut endpoint in Web.UI controller preveously worked just fine.
With upgrade to 2.5.0 my app get's stuck in a logout-redirect-loop.
There are no overrides in the config to the signout-, etc. properties.
Reproduction steps
Use
Sign out
Ends up in loop.
Error message
No response
Id Web logs
No response
Relevant code snippets
<a class="nav-link text-dark btn btn-sm btn-outline-secondary" asp-area="MicrosoftIdentity" asp-controller="Account" asp-action="SignOut">Sign out</a>
Regression
1.26.0
Expected behavior
User get's signed out. No loop.