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

Shib13_SSOService: The consent template requires the idp_name to be included.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@714 44740490-163a-0410-bde0-09ae8108e29a
parent 92659486
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@ if (!$session->isAuthenticated($authority) ) {
$t = new SimpleSAML_XHTML_Template($config, 'consent.php', 'attributes.php');
$t->data['header'] = 'Consent';
$t->data['sp_name'] = $sp_name;
$t->data['idp_name'] = (isset($idpmetadata['name']) ? $idpmetadata['name'] : $idpentityid);
$t->data['spentityid'] = $spentityid;
$t->data['attributes'] = $filteredattributes;
$t->data['consenturl'] = SimpleSAML_Utilities::selfURLNoQuery();
......
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