summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authormanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-05-31 11:15:49 +0000
committermanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-05-31 11:15:49 +0000
commit40950a7b66ed2999494fdaeab3bddb5b58ad8268 (patch)
tree1005984e0d100626be5ea2983ccd47fcc4ec8e9f /README
parentd76a5fd0e1e22581edb9032dea710fb6cb191234 (diff)
downloadmod_auth_mellon-40950a7b66ed2999494fdaeab3bddb5b58ad8268.tar.gz
mod_auth_mellon-40950a7b66ed2999494fdaeab3bddb5b58ad8268.tar.xz
mod_auth_mellon-40950a7b66ed2999494fdaeab3bddb5b58ad8268.zip
Optionaly ave the remote IdP entityId in the environment
git-svn-id: https://modmellon.googlecode.com/svn/trunk@84 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 853eae2..2b4d609 100644
--- a/README
+++ b/README
@@ -185,8 +185,6 @@ MellonPostCount 100
# Default: Off
MellonSecureCookie On
- # MellonSecureCookie enforces the HttpOnly and secure flags
- # for the mod_mellon cookie
# MellonUser selects which attribute we should use for the username.
# The username is passed on to other apache modules and to the web
# page the user visits. NAME_ID is an attribute which we set to
@@ -194,6 +192,12 @@ MellonPostCount 100
# Default: MellonUser "NAME_ID"
MellonUser "NAME_ID"
+ # MellonIdP selects in which attribute we should dump the remote
+ # IdP providerId. This is passed to other apache modules and to
+ # the web pages the user visits.
+ # Default: none
+ # MellonIdP "IDP"
+
# MellonSetEnv configuration directives allows you to map
# attribute names received from the IdP to names you choose
# yourself. The syntax is 'MellonSetEnv <local name> <IdP name>'.