Skip to content
Snippets Groups Projects
Commit f48135de authored by Olav Morken's avatar Olav Morken
Browse files

Added 'saml2.relaxvalidation' to the list of valid optional parameters for the idp configuration.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@361 44740490-163a-0410-bde0-09ae8108e29a
parent 386bbc43
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ try { ...@@ -44,7 +44,7 @@ try {
foreach ($metalist AS $entityid => $mentry) { foreach ($metalist AS $entityid => $mentry) {
$results[$entityid] = SimpleSAML_Utilities::checkAssocArrayRules($mentry, $results[$entityid] = SimpleSAML_Utilities::checkAssocArrayRules($mentry,
array('entityid', 'SingleSignOnService', 'SingleLogoutService', 'certFingerprint'), array('entityid', 'SingleSignOnService', 'SingleLogoutService', 'certFingerprint'),
array('name', 'description', 'base64attributes','request.signing','certificate', 'hint.cidr') array('name', 'description', 'base64attributes','request.signing','certificate', 'hint.cidr', 'saml2.relaxvalidation')
); );
} }
$et->data['metadata.saml20-idp-remote'] = $results; $et->data['metadata.saml20-idp-remote'] = $results;
......
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