rbodych / drupalauth

Automatically exported from code.google.com/p/drupalauth
0 stars 0 forks source link

Logout redirect #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a SP
2. Call the $as->logout(array('ReturnTo' => $url)); method.

What is the expected output? What do you see instead?
Afther being logged out of saml and drupal, you would expect to be redirected 
to the $url provided in the logout() method as described in 
https://simplesamlphp.org/docs/stable/simplesamlphp-sp-api#section_5

What version of the product are you using? On what operating system?
Drupal 7, simpleSAMLphp latest.

Please provide any additional information below.

Original issue reported on code.google.com by skrzype...@gmail.com on 15 May 2014 at 1:38