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
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:
twenzel
added a commit
to twenzel/foss
that referenced
this issue
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.The text was updated successfully, but these errors were encountered: