Remove non-standard code_challenge_method
from token request for IDP (#12473)
Closes #12141
This commit is contained in:
parent
60702cfb44
commit
06dfb45c39
1 changed files with 3 additions and 4 deletions
|
@ -570,7 +570,6 @@ public abstract class AbstractOAuth2IdentityProvider<C extends OAuth2IdentityPro
|
|||
}
|
||||
|
||||
tokenRequest.param(OAuth2Constants.CODE_VERIFIER, brokerCodeChallenge);
|
||||
tokenRequest.param(OAuth2Constants.CODE_CHALLENGE_METHOD, getConfig().getPkceMethod());
|
||||
}
|
||||
|
||||
return authenticateTokenRequest(tokenRequest);
|
||||
|
|
Loading…
Reference in a new issue