DuendeSoftware / IdentityServer

The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
https://duendesoftware.com/products/identityserver
Other
1.49k stars 344 forks source link

Prevent infinite loop when max_age=0 #1565

Closed josephdecock closed 5 months ago

josephdecock commented 5 months ago

This replaces https://github.com/DuendeSoftware/IdentityServer/pull/1544, but now with automated tests and in the 7.0 release branch.

Closes #1545