Skip to content

Commit 8f00013

Browse files
committed
This brings forward the 2.3 merged part of pull 2336 (#2404)
#2336 (comment)
1 parent 97cd6aa commit 8f00013

File tree

1 file changed

+2
-0
lines changed
  • modules/saml/src/Auth/Source

1 file changed

+2
-0
lines changed

modules/saml/src/Auth/Source/SP.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ private function startSSO2(Configuration $idpMetadata, array $state): Response
596596
$idpEntry = [];
597597
if (isset($state['IDPList'])) {
598598
$idpList = $state['IDPList'];
599+
} elseif (isset($state['saml:IDPList'])) {
600+
$idpList = $state['saml:IDPList'];
599601
} elseif (!empty($this->metadata->getOptionalArray('IDPList', []))) {
600602
foreach ($this->metadata->getArray('IDPList') as $entry) {
601603
$idpEntry[] = new IDPEntry($entry);

0 commit comments

Comments
 (0)