From d9552c7904380e4c176e2c6a118e819594bf0c89 Mon Sep 17 00:00:00 2001 From: olavmrk Date: Mon, 1 Oct 2007 07:47:39 +0000 Subject: Added NEWS file. git-svn-id: https://modmellon.googlecode.com/svn/trunk@19 a716ebb1-153a-0410-b759-cfb97c6a1b53 --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NEWS (limited to 'NEWS') diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e324895 --- /dev/null +++ b/NEWS @@ -0,0 +1,13 @@ +Version 0.0.7 +--------------------------------------------------------------------------- + +* Renamed the logout endpoint from "logoutRequest" to "logout". + "logoutRequest" is now an alias for "logout", and may be removed in the + future. + +* Added SP initiated logout. To initiate a logout from the web site, link + the user to the logout endpoint, with a ReturnTo parameter with the url + the user should be redirected to after being logged out. Example url: + "https://www.example.com/secret/endpoint/logout + ?ReturnTo=http://www.example.com/". (Note that this should be on a + single line.) -- cgit