stable

Clone or download

Read-only

Tuleap Core provides a mean to identify the authentication mean

The main goal it to be able to refer to LDAP as LDAP in OpenID Connect Client login screen when used in combination with LDAP auth. This takes the opportunity to introduce yet another variable in LDAP config to customize the name of the LDAP server in deployment context. Part of request #16607 Allow ldap login when openidconnect client is used Change-Id: I67fdf363d3cfbad7a260e74c70a50c8238d54843

Modified Files

Name
M plugins/ldap/etc/ActiveDirectory.inc.dist +4 −0 Go to diff View file
M plugins/ldap/etc/OpenLDAP.inc.dist +4 −0 Go to diff View file
M plugins/ldap/include/LDAP/Project/UGroup/Binding/AdditionalModalPresenterBuilder.php +10 −3 Go to diff View file
M plugins/ldap/include/LinkModalContentPresenter.php +7 −1 Go to diff View file
M plugins/ldap/include/LoginPresenter.class.php +8 −3 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +28 −11 Go to diff View file
M plugins/ldap/site-content/fr_FR/LC_MESSAGES/tuleap-ldap.po +43 −40 Go to diff View file
M plugins/ldap/templates/project-members-ldap-link-modal.mustache +6 −6 Go to diff View file
M plugins/ldap/templates/project/ugroup/binding/modal-content.mustache +10 −8 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Controller.php +7 −3 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Presenter.php +10 −4 Go to diff View file
A src/common/User/Account/AuthenticationMeanName.php +51 −0 Go to diff View file