stable

Clone or download

Read-only

chore: move PKCEInformationExtractor to core

This is part of story #24227: have private oauth2 endpoints for Mediawiki No functional change expected here. This is a step needed before moving AuthorizationEndpointControllerin core. Change-Id: Iea5669d056cc3dd35c23bca58a39ac11d107409a

Modified Files

Name
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointController.php +2 −2 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 +2 −2 Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/PKCE/CodeChallengeNotBase64URLEncodedException.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/PKCE/IncorrectSizeCodeChallengeException.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/PKCE/MissingMandatoryCodeChallengeException.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/PKCE/NotSupportedChallengeMethodException.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/PKCE/OAuth2PKCEInformationExtractionException.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/PKCE/PKCEInformationExtractor.php Go to diff View file
R plugins/oauth2_server/tests/unit/AuthorizationServer/PKCE/PKCEInformationExtractorTest.php Go to diff View file