Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: Make headers to add to request in openid-connect plugin configurable. #2903
feat: Make headers to add to request in openid-connect plugin configurable. #2903
Changes from all commits
4af92db
fc57f35
49e904f
4c033d9
e997baa
fbca5d8
b842247
8eabdef
6328c68
bfa4aa7
1aeec0b
eb73cee
f13fc9d
f088a88
a4d503d
76c6b8b
ade0bec
19c62a7
84c8684
4ce30ac
1b9cf28
de7600e
2e19611
989f6b9
d865b5d
032b0e8
0ead6da
593853b
a5ece5d
f916b7e
8194baa
12cf142
a9f4248
728c750
3de1aff
866fcbd
a04ca52
86589f2
0a1ee78
009c6bc
f872a58
797c44a
4a9a5a3
3249f59
385de27
58b8e55
071da28
f39187a
8f669dc
70e2407
cd3cb32
ad1a527
3100ff7
3f3e447
3d5596f
ec55584
7fac749
fe3493f
930fd2d
3572499
636b518
3a93ce2
c348143
bf948e8
5fe5fc2
926729b
730ef07
ce4d794
c17b359
431a0fe
1e77d12
78eddff
b98d609
76c613e
f0ce405
ec57b24
159672d
ec8addd
61cce4d
2afae7b
0f8a53d
40bd353
8fb5bd3
d9bdcef
eb36145
239f506
8a43122
0a8b046
61f6008
5e2ea0a
95cd514
3583c3a
1e7031f
d12aa16
ba4260f
aed18dc
700d26c
8bf1498
ae34c7f
d9ab5ba
8ca9c8e
0e924d7
18a188b
5354eca
207cfa1
61ae9f3
d3b046b
29a4904
307e07b
f51baf7
4ec11c6
6f93a1e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this part?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason is that adding the user info header is now handled in the
introspect
method. The header will still be added, if so configured, and introspection is done via the actual endpoint as opposed to just checking against the public key. Let me know if you see any problem with this approach.