Closed andrew-from-toronto closed 5 months ago
Thanks for the bug report! I'm investigating this now.
@andrew-from-toronto We just released IdentityServer 7.0.5 which includes a fix for this. Enjoy!
Thank you, much appreciated. Will be upgrading today
Which version of Duende IdentityServer are you using? v7.0.4
Which version of .NET are you using? net8.0
Describe the bug When using promptmode login, and PARs IdentityServer puts the user into a login loop. Although the prompt is "removed" during the authorization flow the PAR is seemingly never updated or replaced in the store with the new request and so the original prompt mode ends up being reprocessed causing the loop.
To Reproduce Should be as simple as trying to have a client use prompt=login with PAR
Expected behavior No login loop, prompt mode is cleared in the PAR correctly.
Log output/exception with stacktrace
Additional context We are an enterprise customer if that matters