Provide option to define AuthorizationHeaderStyle in ClientCredentialsClient #64
Labels
area/identity-model
Issues related to Identity Model
state/needs-triage
Needs triaging by the maintainers
At the moment there's no way to easily change the
AuthorizationHeaderStyle
used by the token request when the client credentials are transfered via header.By default the
BasicAuthenticationHeaderStyle.Rfc6749
is used. We need to authenticate to a third party provider which does not support this url-encoded values, therefor we can't authenticate.The text was updated successfully, but these errors were encountered: