Skip to content
Snippets Groups Projects
Commit 7d7e1532 authored by voserwin's avatar voserwin Committed by Tim van Dijen
Browse files

Update SP.php (#1433)

parent a3ec4e83
No related branches found
Tags
No related merge requests found
...@@ -265,7 +265,7 @@ class SP extends \SimpleSAML\Auth\Source ...@@ -265,7 +265,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.
Please register or to comment