stable

Clone or download

Read-only

Move OAuth2GrantAccessTokenFromRefreshToken to the Tuleap core

No functional changes expected. Part of story #24227: have private oauth2 endpoints for Mediawiki Change-Id: I627e82902c9282023117a33a593a7cbf9c491495

Modified Files

Name
M plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenVerifier.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointController.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +9 −9 Go to diff View file
M plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenVerifierTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointControllerTest.php +2 −2 Go to diff View file
R plugins/oauth2_server/include/Grant/AccessTokenGrantController.php Go to diff View file
R plugins/oauth2_server/include/Grant/AccessTokenGrantErrorResponseBuilder.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/InvalidOAuth2AuthCodeException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeExpiredException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeMatchingUnknownUserException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeNoValidScopeFound.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeNotFoundException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeReusedException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeVerifier.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCode.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/PKCE/CodeVerifierDoesNotMatchChallengeException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/PKCE/InvalidFormatCodeVerifierException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/PKCE/MissingExpectedCodeVerifierException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/PKCE/OAuth2PKCEVerificationException.php Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/PKCE/PKCECodeVerifier.php Go to diff View file
R plugins/oauth2_server/include/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshToken.php Go to diff View file
R plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenDoesNotCorrespondToExpectedAppException.php Go to diff View file
R plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenExpiredException.php Go to diff View file
R plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenNoValidScopeFound.php Go to diff View file
R plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenReusedException.php Go to diff View file
R plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenVerifier.php Go to diff View file
R plugins/oauth2_server/include/Scope/InvalidOAuth2ScopeException.php Go to diff View file
R plugins/oauth2_server/include/Scope/OAuth2ScopeRetriever.php Go to diff View file
R plugins/oauth2_server/include/Scope/ScopeExtractor.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantControllerTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantErrorResponseBuilderTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeVerifierTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCodeTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/PKCE/PKCECodeVerifierTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshTokenTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenVerifierTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/Scope/OAuth2ScopeRetrieverTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/Scope/ScopeExtractorTest.php Go to diff View file