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

shib13: Fix reauthentication bug.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3129 44740490-163a-0410-bde0-09ae8108e29a
parent b67af199
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ if (!isset($session) || !$session->isValid('shib13') ) { ...@@ -84,7 +84,7 @@ if (!isset($session) || !$session->isValid('shib13') ) {
} else { } else {
$relaystate = $session->getRelayState(); $relaystate = $_GET['RelayState'];
if (isset($relaystate) && !empty($relaystate)) { if (isset($relaystate) && !empty($relaystate)) {
SimpleSAML_Logger::info('Shib1.3 - SP.initSSO: Already Authenticated, Go back to RelayState'); SimpleSAML_Logger::info('Shib1.3 - SP.initSSO: Already Authenticated, Go back to RelayState');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment