Commit 1afefb8
committed
oauth2: add support for additional parameters in token request body (#42093)
<!--
!!!ATTENTION!!!
If you are fixing *any* crash or *any* potential security issue, *do
not*
open a pull request in this repo. Please report the issue via emailing
[email protected] where the issue will be triaged
appropriately.
Thank you in advance for helping to keep Envoy secure.
!!!ATTENTION!!!
For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)
-->
Commit Message: oauth2: add support for additional parameters in token
request body
Additional Description: also adds useragent header to the request
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
Fixes: #42037
---------
Signed-off-by: Andrea Cappadona <[email protected]>
Mirrored from https://github.com/envoyproxy/envoy @ a3662e7b3df451ef0995761b307175544fdd85911 parent df4569b commit 1afefb8
File tree
1 file changed
+16
-0
lines changed- envoy/extensions/http/injected_credentials/oauth2/v3
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
56 | 68 | | |
57 | 69 | | |
58 | 70 | | |
| |||
73 | 85 | | |
74 | 86 | | |
75 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
76 | 92 | | |
0 commit comments