You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An OIDC provider's token endpoint may require not only the client authentication and token grant parameters but also some custom headers passed to it. OidcClient needs to be enhanced to support passing the custom headers.
Implementation ideas
Add a headers map property to OidcClientConfig for the custom headers be configured like this:
quarkus.oidc-client.headers.a=b, etc
The text was updated successfully, but these errors were encountered:
Description
An OIDC provider's token endpoint may require not only the client authentication and token grant parameters but also some custom headers passed to it.
OidcClient
needs to be enhanced to support passing the custom headers.Implementation ideas
Add a
headers
map property toOidcClientConfig
for the custom headers be configured like this:quarkus.oidc-client.headers.a=b
, etcThe text was updated successfully, but these errors were encountered: