Skip to content
Snippets Groups Projects
Commit c84a0f54 authored by Jaime Perez's avatar Jaime Perez
Browse files

Match WantAuthnRequestsSigned to 'sign.authnrequest' option instead of...

Match WantAuthnRequestsSigned to 'sign.authnrequest' option instead of 'redirect.sign' when parsing IdP metadata.
parent cb318176
No related branches found
No related tags found
No related merge requests found
...@@ -682,7 +682,7 @@ class SimpleSAML_Metadata_SAMLParser { ...@@ -682,7 +682,7 @@ class SimpleSAML_Metadata_SAMLParser {
/* Enable redirect.sign if WantAuthnRequestsSigned is enabled. */ /* Enable redirect.sign if WantAuthnRequestsSigned is enabled. */
if ($idp['WantAuthnRequestsSigned']) { if ($idp['WantAuthnRequestsSigned']) {
$ret['redirect.sign'] = TRUE; $ret['sign.authnrequest'] = TRUE;
} }
/* Find the SSO service endpoint. */ /* Find the SSO service endpoint. */
......
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