You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Romain Manni-Bucau (Jira)" <ji...@apache.org> on 2020/11/10 19:06:00 UTC

[jira] [Created] (CXF-8368) org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService#createAuthorizationData wrongly sets code_challenge

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)