From ec46566788237a045bdaec4965460eebdd1e43f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 1 Feb 2008 13:40:53 +0000 Subject: [PATCH] Updating what metadata parameters that are required versus optional for shib 1.3 sp remote git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@236 44740490-163a-0410-bde0-09ae8108e29a --- www/admin/metadata.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/admin/metadata.php b/www/admin/metadata.php index bcbb3e734..d9d30025f 100644 --- a/www/admin/metadata.php +++ b/www/admin/metadata.php @@ -116,8 +116,8 @@ try { $metalist = $metadata->getList('shib13-sp-remote'); foreach ($metalist AS $entityid => $mentry) { $results[$entityid] = SimpleSAML_Utilities::checkAssocArrayRules($mentry, - array('entityid', 'AssertionConsumerService', 'audience', 'NameIDFormat'), - array('base64attributes', 'attributemap', 'simplesaml.attributes', 'attributes', 'name', 'description') + array('entityid', 'AssertionConsumerService'), + array('base64attributes', 'audience', 'attributemap', 'simplesaml.attributes', 'attributes', 'name', 'description') ); } $et->data['metadata.shib13-sp-remote'] = $results; -- GitLab