Simplify Disabling Encoding Client ID and Secret
Closes gh-11440
This commit is contained in:
committed by
Steve Riesenberg
parent
f7dd76df64
commit
d0adb2aa70
@@ -92,7 +92,9 @@ val tokenResponseClient = DefaultAuthorizationCodeTokenResponseClient()
|
||||
tokenResponseClient.setRequestEntityConverter(requestEntityConverter)
|
||||
----
|
||||
======
|
||||
|
||||
[NOTE]
|
||||
If you're using the `client-authentication-method: client_secret_basic` and you need to skip URL encoding,
|
||||
create a new `DefaultOAuth2TokenRequestHeadersConverter` and set it in the Request Entity Converter above.
|
||||
|
||||
=== Authenticate using `client_secret_jwt`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user