Skip to content
Snippets Groups Projects
Commit 2eefc86e authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #550 from tdiscuit/master

Fixed typo in core:TargetedID AuthProc filter
parents 7aeb580d 32221f66
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ class sspmod_core_Auth_Process_TargetedID extends SimpleSAML_Auth_ProcessingFilt
$nameId->NameQualifier = $state['Source']['entityid'];
}
if (isset($state['Destination']['entityid'])) {
$nameId->SPNameQualifier = $state['Destination']['entityd'];
$nameId->SPNameQualifier = $state['Destination']['entityid'];
}
$doc = \SAML2\DOMDocumentFactory::create();
......
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