stable

Clone or download

Read-only

Merge commit 'refs/changes/55/18755/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #14798: OIDC client plugin uses BasicAuth when accessing the token endpoint Change-Id: I96d26eb0a95992caf41bf7e5ab67afbd57884911

Modified Files

Name
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/Token/TokenRequestCreator.php +22 −12 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.php +2 −1 Go to diff View file
A src/common/Http/Client/Authentication/BasicAuth.php +43 −0 Go to diff View file
A tests/phpunit/common/Http/Client/BasicAuthTest.php +46 −0 Go to diff View file