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

request.signing is an optional attribute for idp-remote metadata.

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