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

Metadata overview: add attributemap and attributealter as optional attributes to shib13-idp-hosted.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@790 44740490-163a-0410-bde0-09ae8108e29a
parent 960a40bd
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ try { ...@@ -102,7 +102,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', 'host', 'privatekey', 'certificate', 'auth'), array('entityid', 'host', 'privatekey', 'certificate', 'auth'),
array('name', 'requireconsent', 'authority', 'privatekey_pass') array('name', 'requireconsent', 'authority', 'privatekey_pass', 'attributemap', 'attributealter')
); );
} }
$et->data['metadata.shib13-idp-hosted'] = $results; $et->data['metadata.shib13-idp-hosted'] = $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