stable
Clone or download
Read-only
Merge commit 'refs/changes/24/12424/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #9527: OpenID Connect plugin does not work with Keycloak
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Flow.php | +27 | −16 | Go to diff View file |
A | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/IncorrectTokenResponseTypeException.php | +29 | −0 | Go to diff View file |
A | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/IncorrectlyFormattedTokenResponseException.php | +29 | −0 | Go to diff View file |
A | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenRequest.php | +43 | −0 | Go to diff View file |
A | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenRequestCreator.php | +64 | −0 | Go to diff View file |
A | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenRequestSender.php | +46 | −0 | Go to diff View file |
A | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenResponse.php | +79 | −0 | Go to diff View file |
A | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenResponseException.php | +25 | −0 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.class.php | +6 | −0 | Go to diff View file |
A | plugins/openidconnectclient/phpunit/.simpletest_skip | +0 | −0 | Go to diff View file |
A | plugins/openidconnectclient/phpunit/Authentication/FlowTest.php | +112 | −0 | Go to diff View file |
A | plugins/openidconnectclient/phpunit/Authentication/Token/TokenResponseTest.php | +92 | −0 | Go to diff View file |
A | plugins/openidconnectclient/phpunit/bootstrap.php | +21 | −0 | Go to diff View file |
D | plugins/openidconnectclient/tests/Authentication/FlowTest.php | +0 | −91 | Go to diff View file |
M | src/composer.json | +14 | −12 | Go to diff View file |
M | src/composer.lock | +3 | −3 | Go to diff View file |