Skip to content

Conversation

r4id4h
Copy link

@r4id4h r4id4h commented Aug 10, 2025

closes #74
This pull request includes changes to the login and callback behaviour. Before this a random number was persisted as state and checked on callback. As I understood during Authorization Code Flow the state should be used to transport all data you need. So with this change we save all additionalClientAuthParameters to the state. On callback success the redirectUriOverride parameter is checked and you get redirected if its set. For this to work state must be enabled and redirectUriOverride must be an allowed Parameter.

@r4id4h r4id4h force-pushed the feat/redirect-after-login branch from 0890600 to 8348564 Compare August 10, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redirecting to originally blocked URL after login
1 participant