stable
Clone or download
Read-only
To test the whole flow a nonce has been added to the authorization request. Part of story #14714: be an OpenID Connect provider Change-Id: Ib800e29bc099fc43e82caf6b51a5a0cb5cb65307
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2AuthorizationCallbackController.php | +78 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2InitFlowController.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/e2e/cypress/rp-oidc/OAuth2TestFlowSecretGenerator.php | +10 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/e2e/cypress/rp-oidc/app.php | +5 | −0 | Go to diff View file |
A | src/common/JWT/JWKS/PKCS1Format.php | +76 | −0 | Go to diff View file |
A | tests/phpunit/common/JWT/JWKS/PKCS1FormatTest.php | +46 | −0 | Go to diff View file |