summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-06-18 11:15:48 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-06-18 11:15:48 +0000
commitb064c3989b8b1e8866ee87b7c0d254af3dcd757b (patch)
tree640aa81e94cd698209d2ab9c6c1a68539ff3e368 /README
parent71586d398703a47745211bcbc9404741f80c8d01 (diff)
downloadmod_auth_mellon-b064c3989b8b1e8866ee87b7c0d254af3dcd757b.tar.gz
mod_auth_mellon-b064c3989b8b1e8866ee87b7c0d254af3dcd757b.tar.xz
mod_auth_mellon-b064c3989b8b1e8866ee87b7c0d254af3dcd757b.zip
login endpoint
git-svn-id: https://modmellon.googlecode.com/svn/trunk@94 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 2b4d609..925946f 100644
--- a/README
+++ b/README
@@ -437,6 +437,19 @@ foreach($_SERVER as $key=>$value) {
}
?>
+===========================================================================
+ Manual login
+===========================================================================
+
+It is possible to manually trigger login operations. This can be done by
+accessing "<endpoint path>/login". That endpoint accepts three parameters:
+
+- ReturnTo: A mandatory parameter which contains the URL we should return
+ to after login.
+- IdP: The entity ID of the IdP we should send a login request to. This
+ parameter is optional.
+- IsPassive: This parameter can be set to "true" to send a passive
+ authentication request to the IdP.
===========================================================================
Logging out