diff --git a/www/shib13/idp/SSOService.php b/www/shib13/idp/SSOService.php index 0aecf9ca2b6ad6e9b228a090e9bfb9ed826077f4..4ec9636b4eb52a514f026b7e085101f9e74bd4b5 100644 --- a/www/shib13/idp/SSOService.php +++ b/www/shib13/idp/SSOService.php @@ -243,6 +243,7 @@ if (!$session->isAuthenticated($authority) ) { $t = new SimpleSAML_XHTML_Template($config, 'consent.php', 'attributes'); $t->data['header'] = 'Consent'; $t->data['sp_name'] = $sp_name; + $t->data['sp_description'] = (isset($spmetadata['description']) ? $spmetadata['description'] : "SP DESCRIPTION"); $t->data['idp_name'] = (isset($idpmetadata['name']) ? $idpmetadata['name'] : $idpentityid); $t->data['spentityid'] = $spentityid; $t->data['spmetadata'] = $spmetadata;