1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Simplify Disabling Encoding Client ID and Secret

Closes gh-11440
This commit is contained in:
Crain-32
2024-04-05 16:36:17 -06:00
committed by Steve Riesenberg
parent f7dd76df64
commit d0adb2aa70
6 changed files with 155 additions and 122 deletions
@@ -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`