Skip to content
Snippets Groups Projects
Unverified Commit cd3654bc authored by voserwin's avatar voserwin Committed by GitHub
Browse files

Update SP.php (#1433)

parent 12ae6870
No related branches found
No related tags found
No related merge requests found
...@@ -264,7 +264,7 @@ class SP extends \SimpleSAML\Auth\Source ...@@ -264,7 +264,7 @@ class SP extends \SimpleSAML\Auth\Source
} }
// add signature options // add signature options
if ($this->metadata->hasValue('WantAssertiosnsSigned')) { if ($this->metadata->hasValue('WantAssertionsSigned')) {
$metadata['saml20.sign.assertion'] = $this->metadata->getBoolean('WantAssertionsSigned'); $metadata['saml20.sign.assertion'] = $this->metadata->getBoolean('WantAssertionsSigned');
} }
if ($this->metadata->hasValue('redirect.sign')) { if ($this->metadata->hasValue('redirect.sign')) {
......
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