summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2014-04-25 09:11:53 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2014-04-25 09:11:53 +0000
commit7d4fb02b30ce21cce52f75d34f736d59de06b24c (patch)
tree106847a455966eab482200ec8d7bf4b81d3cb7ba
parentc7a0d4d8f5ea2c8365325070246c704b93a25469 (diff)
downloadmod_auth_mellon-7d4fb02b30ce21cce52f75d34f736d59de06b24c.tar.gz
mod_auth_mellon-7d4fb02b30ce21cce52f75d34f736d59de06b24c.tar.xz
mod_auth_mellon-7d4fb02b30ce21cce52f75d34f736d59de06b24c.zip
Add MellonNoSuccessErrorPage to the README-file.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@228 a716ebb1-153a-0410-b759-cfb97c6a1b53
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 78b5f3f..eb48deb 100644
--- a/README
+++ b/README
@@ -491,6 +491,15 @@ MellonPostCount 100
# The default is that it is "Off".
# MellonPostReplay Off
+ # Page to redirect to if the IdP sends an error in response to
+ # the authentication request.
+ #
+ # Example:
+ # MellonNoSuccessErrorPage https://sp.example.org/login_failed.html
+ #
+ # The default is to not redirect, but rather send a
+ # 401 Unautorized error.
+
</Location>