You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
Looks to me like the AuthorizeInteractionResponseGenerator#ProcessLogin method needs a minor tweak.
For a client requesting prompt=login and not-yet-authenticated, they were being double-challenged.
I believe this is because the branch
should contain a clause within that does
As happens when a user is already authenticated, but a login-prompt has been requested. (otherwise un-authenticated users get a double challenge.)
This fix is a literal fix, and re-ordering the existing branches may actually make sure, but wasn't 100% :)
The text was updated successfully, but these errors were encountered: