Romain Manni-Bucau created CXF-8368:
---------------------------------------
Summary:
org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService#createAuthorizationData
wrongly sets code_challenge
Key: CXF-8368
URL: https://issues.apache.org/jira/browse/CXF-8368
Project: CXF
Issue Type: Bug
Affects Versions: 3.4.1
Reporter: Romain Manni-Bucau
org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService#createAuthorizationData
sets code challenge after parent createAuthorizationData which callsÂ
org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService#createAuthorizationData
which callsÂ
org.apache.cxf.rs.security.oauth2.provider.JoseSessionTokenProvider#createSessionToken
(when used) so the state will be created before the challenge is set which
breaks the flow.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)