stable
Clone or download
Read-only
Merge commit 'refs/changes/56/18756/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14800: Add support of the PKCE [0] to the OIDC client plugin Change-Id: Ib67c04693d7dd887a321530577623a17b43027e7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Authorization/AuthorizationRequestCreator.php | +9 | −10 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Flow.php | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/SessionState.php | +34 | −28 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/State.php | +25 | −15 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/StateFactory.php | +14 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/StateManager.php | +3 | −5 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/StateStorage.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenRequestCreator.php | +5 | −4 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/Authorization/AuthorizationRequestCreatorTest.php | +14 | −6 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/SessionStateTest.php | +9 | −5 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateManagerTest.php | +19 | −18 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateStorageTest.php | +7 | −6 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/StateTest.php | +11 | −9 | Go to diff View file |