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

Replace references to logout.html with logout.php.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@759 44740490-163a-0410-bde0-09ae8108e29a
parent 2126244d
No related branches found
No related tags found
No related merge requests found
...@@ -399,7 +399,7 @@ An optional company name []:</screen> ...@@ -399,7 +399,7 @@ An optional company name []:</screen>
your server. The RelayState parameter of the endpoint is the URL where the your server. The RelayState parameter of the endpoint is the URL where the
user is redirected after successfull logout. Recommended value:</para> user is redirected after successfull logout. Recommended value:</para>
<literallayout>http://dev2.andreas.feide.no/simplesaml/saml2/idp/initSLO.php?RelayState=/simplesaml/logout.html</literallayout> <literallayout>http://dev2.andreas.feide.no/simplesaml/saml2/idp/initSLO.php?RelayState=/simplesaml/logout.php</literallayout>
<para>again, using the host name of your IdP server.</para> <para>again, using the host name of your IdP server.</para>
......
...@@ -69,10 +69,10 @@ $as_metadata = array( ...@@ -69,10 +69,10 @@ $as_metadata = array(
'app_level' => '10', 'app_level' => '10',
'tgt_exp_time' => '1194590521000', 'tgt_exp_time' => '1194590521000',
# 'auth' => '/' . $config->getBaseURL() . '/auth/login.php', # 'auth' => '/' . $config->getBaseURL() . '/auth/login.php',
# 'logout' => '/' . $config->getBaseURL() . 'logout.html', # 'logout' => '/' . $config->getBaseURL() . 'logout.php',
'auth' => '/' . $config->getBaseURL() . '/saml2/sp/initSSO.php', 'auth' => '/' . $config->getBaseURL() . '/saml2/sp/initSSO.php',
'logout' => '/' . $config->getBaseURL() . '/saml2/sp/initSLO.php', 'logout' => '/' . $config->getBaseURL() . '/saml2/sp/initSLO.php',
'loggedout_url' => '/' . $config->getBaseURL() . 'logout.html', 'loggedout_url' => '/' . $config->getBaseURL() . 'logout.php',
), ),
'remote' => array( 'remote' => array(
// so far the IDP bridging is statically configured to the first one in // so far the IDP bridging is statically configured to the first one in
......
...@@ -56,7 +56,7 @@ $t->data['sessionsize'] = $session->getSize(); ...@@ -56,7 +56,7 @@ $t->data['sessionsize'] = $session->getSize();
$t->data['attributes'] = $attributes; $t->data['attributes'] = $attributes;
$t->data['icon'] = 'bino.png'; $t->data['icon'] = 'bino.png';
$t->data['logouturl'] = '/' . $config->getBaseURL() . 'saml2/sp/initSLO.php?RelayState=/' . $t->data['logouturl'] = '/' . $config->getBaseURL() . 'saml2/sp/initSLO.php?RelayState=/' .
$config->getBaseURL() . 'logout.html'; $config->getBaseURL() . 'logout.php';
$t->show(); $t->show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment