stable

Clone or download

Read-only

Only a login link to the provider is displayed in the navbar when this provider

is configured as unique authentication endpoint. This is part of story #9658: log in into a Tuleap instance using only an OpenID Connect provider Change-Id: I25174fa879530c9dfb93c3de0280b382cdd5174a

Modified Files

Name
M plugins/openidconnectclient/include/openidconnectclientPlugin.class.php +9 −0 Go to diff View file
M src/common/include/URLRedirect.class.php +7 −1 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +4 −1 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenterBuilder.php +5 −2 Go to diff View file
M src/www/themes/BurningParrot/Navbar/PresenterBuilder.php +5 −2 Go to diff View file
M src/www/themes/BurningParrot/Navbar/UserNavPresenter.php +9 −13 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +3 −1 Go to diff View file
M src/www/themes/FlamingParrot/NavBarPresenter.class.php +10 −21 Go to diff View file
M src/www/themes/FlamingParrot/templates/navbar-user-navigation.mustache +1 −1 Go to diff View file
M tests/simpletest/common/include/URLRedirectTest.php +22 −0 Go to diff View file