stable
Clone or download
Read-only
This is part of story #24227: have private oauth2 endpoints for Mediawiki No functional change expected here. This is a new step before moving POST oauth2/token in core. Change-Id: I312955cada1eb7458fe2faa497484fdd423eabc2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCode.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshToken.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeVerifierTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCodeTest.php | +3 | −3 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/PKCE/PKCECodeVerifierTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshTokenTest.php | +3 | −3 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/REST/Specification/Swagger/SwaggerJsonOAuth2SecurityDefinitionTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenVerifierTest.php | +1 | −1 | Go to diff View file |
R | plugins/oauth2_server/include/Grant/AccessTokenGrantRepresentationBuilder.php | Go to diff View file | ||
R | plugins/oauth2_server/include/Grant/CannotSetANegativeExpirationDelayOnAccessTokenException.php | Go to diff View file | ||
R | plugins/oauth2_server/include/Grant/OAuth2AccessTokenSuccessfulRequestRepresentation.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantRepresentationBuilderTest.php | Go to diff View file | ||
M | tests/unit/common/OAuth2ServerCore/Grant/AuthorizationCode/OAuth2AuthorizationCodeTest.php | +1 | −1 | Go to diff View file |
R | plugins/oauth2_server/tests/unit/Grant/OAuth2AccessTokenSuccessfulRequestRepresentationTest.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/OAuth2TestScope.php | Go to diff View file | ||
M | tests/unit/common/OAuth2ServerCore/OpenIDConnect/IDToken/OpenIDConnectIDTokenCreatorTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/OAuth2ServerCore/RefreshToken/OAuth2RefreshTokenTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/OAuth2ServerCore/User/UserInfoControllerTest.php | +1 | −1 | Go to diff View file |