stable

Clone or download

Read-only

Authentication response are processed without the help of an external lib

Tuleap now manages directly the authentication response from the authentication endpoint. This contribution reduces the dependency to an external library, the goal is to remove it completly to be able to drop completly the non compatible with PHP 7.2 code that is currently used. request #12235: Drop usage of InoOicClient library in the OpenIDConnect client plugin Change-Id: I77441b2e50cf074c80a3a60ce939a788f127df42

Modified Files

Name
A plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Authorization/AuthorizationResponse.php +78 −0 Go to diff View file
A plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Authorization/MissingParameterAuthorizationResponseException.php +29 −0 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Flow.php +23 −34 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenRequestCreator.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Login/Controller.php +3 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Router.php +2 −2 Go to diff View file
A plugins/openidconnectclient/phpunit/Authentication/Authorization/AuthorizationResponseTest.php +65 −0 Go to diff View file