summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2007-10-01 07:47:39 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2007-10-01 07:47:39 +0000
commitd9552c7904380e4c176e2c6a118e819594bf0c89 (patch)
tree6fda254108bdd321a6ceda2c3c2757a83376c63a /NEWS
parent746c583ccdd147e856fd8149c40afa1b53232d84 (diff)
downloadmod_auth_mellon-d9552c7904380e4c176e2c6a118e819594bf0c89.tar.gz
mod_auth_mellon-d9552c7904380e4c176e2c6a118e819594bf0c89.tar.xz
mod_auth_mellon-d9552c7904380e4c176e2c6a118e819594bf0c89.zip
Added NEWS file.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@19 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
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.)