stable

Clone or download

Read-only

Remove OAuth2 test endpoint

This test endpoitn has served it's purpose during the initial development of the plugin but it is not useful anymore. Part of story #14542: have OAuth2 flow Change-Id: Ic9cc848187ffc8499e66483c1e47f8983fe73b49

Modified Files

Name
M plugins/oauth2_server/composer.json +5 −0 Go to diff View file
D plugins/oauth2_server/include/TestEndpointController.php +0 −67 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +0 −37 Go to diff View file
M plugins/oauth2_server/phpunit/Grant/AccessTokenGrantRepresentationBuilderTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/phpunit/Grant/AuthorizationCode/OAuth2AuthorizationCodeTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/phpunit/Grant/AuthorizationCode/OAuth2AuthorizationCodeVerifierTest.php +3 −3 Go to diff View file
M plugins/oauth2_server/phpunit/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCodeTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/phpunit/Grant/AuthorizationCode/PKCE/PKCECodeVerifierTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/phpunit/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshTokenTest.php +3 −3 Go to diff View file
R src/common/User/OAuth2/Scope/DemoOAuth2Scope.php Go to diff View file
M plugins/oauth2_server/phpunit/RefreshToken/OAuth2RefreshTokenTest.php +4 −4 Go to diff View file
M plugins/oauth2_server/phpunit/RefreshToken/OAuth2RefreshTokenVerifierTest.php +3 −3 Go to diff View file
D plugins/oauth2_server/phpunit/TestEndpointControllerTest.php +0 −51 Go to diff View file
D tests/phpunit/common/User/OAuth2/Scope/DemoOAuth2ScopeTest.php +0 −33 Go to diff View file