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

saml: Add SAML 2.0 metadata in simpleSAMLphp format to metadata page.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1821 44740490-163a-0410-bde0-09ae8108e29a
parent a9465493
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ if (array_key_exists('output', $_REQUEST) && $_REQUEST['output'] == 'xhtml') {
$t->data['header'] = 'saml20-sp';
$t->data['metadata'] = htmlspecialchars($xml);
$t->data['metadataflat'] = NULL;
$t->data['metadataflat'] = var_export($entityId, TRUE) . ' => ' . var_export($metaArray20, TRUE) . ',';
$t->data['metaurl'] = $source->getMetadataURL();
$t->data['idpsend'] = array();
......
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