summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2007-09-28 14:07:34 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2007-09-28 14:07:34 +0000
commitd9b71c368f5a5c82b39b9e6459d22dded0ef31cd (patch)
treeb8ef4f59e88dfd03f5aa37d677f5ffd6d7e50e5d /README
parentbdb629e129e9205b6001ca648f95b6d8f11b6a33 (diff)
downloadmod_auth_mellon-d9b71c368f5a5c82b39b9e6459d22dded0ef31cd.tar.gz
mod_auth_mellon-d9b71c368f5a5c82b39b9e6459d22dded0ef31cd.tar.xz
mod_auth_mellon-d9b71c368f5a5c82b39b9e6459d22dded0ef31cd.zip
Renamed logout endpoint from logoutRequest to logout.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@6 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index eeded77..09018d8 100644
--- a/README
+++ b/README
@@ -262,7 +262,7 @@ The following is an example of metadata for the example configuration:
protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<SingleLogoutService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
- Location="https://example.com/secret/endpoint/logoutRequest" />
+ Location="https://example.com/secret/endpoint/logout" />
<NameIDFormat>
urn:oasis:names:tc:SAML:2.0:nameid-format:transient
</NameIDFormat>