There was an error while loading. Please reload this page.
1 parent 8a2ca45 commit 644716fCopy full SHA for 644716f
1 file changed
src/IdP/ADFS.php
@@ -416,7 +416,7 @@ public static function sendPassiveResponse(array $state): void
416
{
417
$idp = IdP::getByState($state);
418
$idpMetadata = $idp->getConfig();
419
- $idpEntityId = $idpMetadata->getString('entityid');
+ $idpEntityId = $state['IdPMetadata']['entityid'];
420
421
$spMetadata = $state['SPMetadata'];
422
$spEntityId = $spMetadata['entityid'];
@@ -546,7 +546,7 @@ public static function sendResponse(array $state): void
546
547
548
549
550
551
$idp->addAssociation([
552
'id' => 'adfs:' . $spEntityId,
0 commit comments