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

'SingleLogoutService' is not a required attribute in the shib13 remote idp metadata.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@362 44740490-163a-0410-bde0-09ae8108e29a
parent f48135de
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ try { ...@@ -93,7 +93,7 @@ try {
$metalist = $metadata->getList('shib13-idp-remote'); $metalist = $metadata->getList('shib13-idp-remote');
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', 'certFingerprint'),
array('name', 'description', 'base64attributes') array('name', 'description', 'base64attributes')
); );
} }
......
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