stable

Clone or download

Read-only

request #25705: MW Standalone OAuth2 integration cannot be really used without the OAuth2 Server plugin

The access token verification should not depend on the OAuth2 Server plugin when doing REST calls. Change-Id: I784687e96910c591595a3ad81e1e0c64db5faa15

Modified Files

Name
M plugins/oauth2_server/include/oauth2_serverPlugin.php +0 −23 Go to diff View file
R plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenVerifier.php Go to diff View file
M src/common/OAuth2ServerCore/OAuth2ServerRoutes.php +15 −2 Go to diff View file
M src/common/REST/UserManager.class.php +19 −11 Go to diff View file
D src/common/User/OAuth2/AccessToken/VerifyOAuth2AccessTokenEvent.php +0 −92 Go to diff View file
M src/common/User/OAuth2/ResourceServer/OAuth2ResourceServerMiddleware.php +3 −10 Go to diff View file
R plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenVerifierTest.php Go to diff View file
D tests/unit/common/User/OAuth2/AccessToken/VerifyOAuth2AccessTokenEventTest.php +0 −92 Go to diff View file
M tests/unit/common/User/OAuth2/ResourceServer/OAuth2ResourceServerMiddlewareTest.php +16 −19 Go to diff View file