Skip to content
Snippets Groups Projects
Commit 32221f66 authored by Tyler Antonio's avatar Tyler Antonio
Browse files

Typo fix

parent 7aeb580d
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