Skip to content

Commit b5e53b1

Browse files
author
Hans Zandbelt
committed
add entityid to sp and idp metadata when calling process functions
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1534 44740490-163a-0410-bde0-09ae8108e29a
1 parent f9d5d67 commit b5e53b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/adfs/www/idp/prp.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,11 @@ function ADFS_PostResponse($url, $wresult, $wctx) {
207207

208208
$idpap = $adfsconfig->getValue('authproc');
209209
if ($idpap) $idpap = array('authproc' => $idpap); else $idpap = array();
210+
$idpap['entityid'] = $idpentityid;
210211

211212
$spap = $spmetadata->getValue('authproc');
212213
if ($spap) $spap = array('authproc' => $spap); else $spap = array();
214+
$spap['entityid'] = $spentityid;
213215

214216
$pc = new SimpleSAML_Auth_ProcessingChain($idpap, $spap, 'idp');
215217

0 commit comments

Comments
 (0)