stable

Clone or download

Read-only

Test the creation of an OAuth2 app

This is the first step of the creation of full test scenario of the OIDC flow. Part of story #14714: be an OpenID Connect provider Change-Id: I8da551f53a8d6d1c39c3e76236e73d71a10441fe

Modified Files

Name
M plugins/oauth2_server/templates/app-add-modal.mustache +4 −1 Go to diff View file
M plugins/oauth2_server/templates/project-admin.mustache +6 −1 Go to diff View file
A plugins/oauth2_server/tests/e2e/cypress/_fixtures/oidc_flow_project/project.xml +21 −0 Go to diff View file
A plugins/oauth2_server/tests/e2e/cypress/_fixtures/oidc_flow_project/users.xml +10 −0 Go to diff View file
A plugins/oauth2_server/tests/e2e/cypress/cypress.json +13 −0 Go to diff View file
A plugins/oauth2_server/tests/e2e/cypress/cypress/integration/oidc-flow.spec.js +44 −0 Go to diff View file
A plugins/oauth2_server/tests/e2e/cypress/cypress/support/index.js +21 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −0 Go to diff View file