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

Shib13-SSOService: Fix notices/warnings.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@797 44740490-163a-0410-bde0-09ae8108e29a
parent b172d4a6
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ if (!$config->getValue('enable.shib13-idp', false))
try {
$idpentityid = $metadata->getMetaDataCurrentEntityID('shib13-idp-hosted', 'entityid');
$idmetaindex = $metadata->getMetaDataCurrentEntityID('shib13-idp-hosted', 'metaindex');
$idpmetaindex = $metadata->getMetaDataCurrentEntityID('shib13-idp-hosted', 'metaindex');
$idpmetadata = $metadata->getMetaDataCurrent('shib13-idp-hosted');
} catch (Exception $exception) {
SimpleSAML_Utilities::fatalError($session->getTrackID(), 'METADATA', $exception);
......@@ -54,6 +54,7 @@ if (isset($_GET['shire'])) {
'Issuer' => $authnrequest->getIssuer(),
'shire' => $authnrequest->getShire(),
'RelayState' => $authnrequest->getRelayState(),
'ConsentCookie' => SimpleSAML_Utilities::generateID(),
);
SimpleSAML_Logger::info('Shib1.3 - IdP.SSOService: Got incomming Shib authnRequest requestid: '.$requestid);
......
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