File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ public static function sendPassiveResponse(array $state): void
416416 {
417417 $ idp = IdP::getByState ($ state );
418418 $ idpMetadata = $ idp ->getConfig ();
419- $ idpEntityId = $ idpMetadata -> getString ( ' entityid ') ;
419+ $ idpEntityId = $ state [ ' IdPMetadata ' ][ ' entityid '] ;
420420
421421 $ spMetadata = $ state ['SPMetadata ' ];
422422 $ spEntityId = $ spMetadata ['entityid ' ];
@@ -546,7 +546,7 @@ public static function sendResponse(array $state): void
546546
547547 $ idp = IdP::getByState ($ state );
548548 $ idpMetadata = $ idp ->getConfig ();
549- $ idpEntityId = $ idpMetadata -> getString ( ' entityid ') ;
549+ $ idpEntityId = $ state [ ' IdPMetadata ' ][ ' entityid '] ;
550550
551551 $ idp ->addAssociation ([
552552 'id ' => 'adfs: ' . $ spEntityId ,
You can’t perform that action at this time.
0 commit comments