-
Notifications
You must be signed in to change notification settings - Fork 416
Add passthrough_authorization_parameters support to OIDC configuration #18232
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
Changes from 17 commits
d67b6d5
a3d8668
2b63ce4
c02e747
6f87069
dabcdc5
d6c7dfe
ab4c555
cc0537e
539edc8
92b4617
2268623
6c80e5a
6510d43
5b44af1
47307c1
13073da
0aed597
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add 'passthrough_authorization_parameters' in oidc configuration to allow to pass parameters to the authorization grant URL. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would be an extension of the spec, which should go through the spec change process. Given that it's unlikely that such a spec change would land, I think it would make sense to instead have a generic option to 'passthrough' specific query parameters. Something like oidc_providers:
- idp_id: …
passthrough_authorization_parameters:
- login_hintAnd then passthrough any query parameter passed to
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thanks for your inputs, makes sense, I've made the corresponding changes |
Uh oh!
There was an error while loading. Please reload this page.