Skip to content
Snippets Groups Projects
Commit 063e1af4 authored by Olav Morken's avatar Olav Morken
Browse files

core_Auth_Process_TargetedID: Fix SPNameQualifier attribute.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1703 44740490-163a-0410-bde0-09ae8108e29a
parent f0ee4799
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ class sspmod_core_Auth_Process_TargetedID extends SimpleSAML_Auth_ProcessingFilt
$nameId['NameQualifier'] = $state['Source']['entityid'];
}
if (isset($state['Destination']['entityid'])) {
$nameId['SPNameQualifier'] = $state['Source']['entityid'];
$nameId['SPNameQualifier'] = $state['Destination']['entityid'];
}
$doc = new DOMDocument();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment