stable

Clone or download

Read-only

chore: move AuthorizationEndpointController and dependencies to core

This is part of story #24227: have private oauth2 endpoints for Mediawiki No functional change expected here. Change-Id: I9d9ae06be267eebd5fa0bf54dcaa54798745f7bd

Modified Files

Name
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointProcessConsentController.php +1 −0 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/AuthorizationFormPresenterBuilder.php +3 −0 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/OAuth2ConsentChecker.php +1 −0 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/OAuth2ConsentRequiredResponseBuilder.php +1 −0 Go to diff View file
M plugins/oauth2_server/include/OpenIDConnect/Discovery/ConfigurationResponseRepresentation.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +5 −5 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointProcessConsentControllerTest.php +1 −0 Go to diff View file
M plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationFormPresenterBuilderTest.php +1 −0 Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/AuthorizationCodeResponseFactory.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointController.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/PromptNoneParameterCannotBeMixedWithOtherPromptParametersException.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/PromptParameterValuesExtractor.php Go to diff View file
R plugins/oauth2_server/include/AuthorizationServer/RedirectURIBuilder.php Go to diff View file
R plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationCodeResponseFactoryTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointControllerTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/AuthorizationServer/PromptParameterValuesExtractorTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/AuthorizationServer/RedirectURIBuilderTest.php Go to diff View file