Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAR - support processed params in authorize endpoint #1566

Merged
merged 4 commits into from
Jun 3, 2024

Conversation

josephdecock
Copy link
Member

Fixes #1562, which is a bug where the prompt (or max_age=0) parameter could not be used with PAR because we weren't respecting the processed flag.

@josephdecock josephdecock added this to the 7.0.5 milestone May 31, 2024
@josephdecock
Copy link
Member Author

This is "on top of" #1565 because max age=0 has the same issue as prompt=login. We should merge 1565 first.

@josephdecock
Copy link
Member Author

This is an alternative to #1563, and I think we should do this one because 1563 would have been a breaking change even for unaffected users. The approach was also pretty questionable/hacky.

@brockallen brockallen added the bug Something isn't working label Jun 3, 2024
@brockallen brockallen merged commit 1190605 into releases/7.0.x Jun 3, 2024
3 checks passed
@brockallen brockallen deleted the joe/par-prompt-query-params branch June 3, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PromptMode Login with Pushed Authorization Requests Get Stuck in Login Loop
2 participants