summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2008-11-11 20:07:44 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2008-11-11 20:07:44 +0000
commit421b8190becaba693ff76dfa6f61978576e27151 (patch)
tree733e64bd91d21063c36ec64ded6d350ba4f1bc6b /README
parente8069a282501ffda569d1f84c669d285400b12b1 (diff)
downloadmod_auth_mellon-421b8190becaba693ff76dfa6f61978576e27151.tar.gz
mod_auth_mellon-421b8190becaba693ff76dfa6f61978576e27151.tar.xz
mod_auth_mellon-421b8190becaba693ff76dfa6f61978576e27151.zip
Add MellonDefaultLoginPath option.
This option is used to decide which page the user should be redirected to if IdP-initiated SSO is used. Thanks to Emmanuel Dreyfus for this patch. git-svn-id: https://modmellon.googlecode.com/svn/trunk@36 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 61e9a74..95ca901 100644
--- a/README
+++ b/README
@@ -199,6 +199,11 @@ MellonLockFile "/tmp/mellonLock"
# Default: MellonEndpointPath "/mellon"
MellonEndpointPath "/secret/endpoint"
+ # MellonDefaultLoginPath is the location where one should be
+ # redirected after an IdP-initiated login. Default is "/"
+ # Default: MellonDefaultLoginPath "/"
+ MellonDefaultLoginPath "/"
+
# MellonSessionLength sets the maximum lifetime of a session, in
# seconds. The actual lifetime may be shorter, depending on the
# conditions received from the IdP. The default length is 86400