Skip to content
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

Provide option to define AuthorizationHeaderStyle in ClientCredentialsClient #64

Open
twenzel opened this issue Nov 29, 2024 · 0 comments · May be fixed by #65
Open

Provide option to define AuthorizationHeaderStyle in ClientCredentialsClient #64

twenzel opened this issue Nov 29, 2024 · 0 comments · May be fixed by #65

Comments

@twenzel
Copy link

twenzel commented Nov 29, 2024

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.

twenzel added a commit to twenzel/foss that referenced this issue Nov 29, 2024
@twenzel twenzel linked a pull request Nov 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant