We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c90ae6 + 52ac9ef commit 0252b39Copy full SHA for 0252b39
appinfo/app.php
@@ -156,7 +156,7 @@
156
157
$multipleUserBackEnds = $samlSettings->allowMultipleUserBackEnds();
158
$configuredIdps = $samlSettings->getListOfIdps();
159
-$showLoginOptions = $multipleUserBackEnds || count($configuredIdps) > 1;
+$showLoginOptions = ($multipleUserBackEnds || count($configuredIdps) > 1) && $type === 'saml';
160
161
if ($redirectSituation === true && $showLoginOptions) {
162
try {
0 commit comments