summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@grnet.gr>2017-07-28 17:58:01 +0300
committerivan <ivan@grnet.gr>2017-07-31 18:45:24 +0300
commit7bdcbe5dab559e9d406dceaa9542d6654c0ffd8e (patch)
treebb6b21db3cc6e393c4b387cd64f9033d2f0abf61
parent3daeae7fcf98fe85b2eab8a0aee9ffaf1dc71895 (diff)
downloadpysaml2-7bdcbe5dab559e9d406dceaa9542d6654c0ffd8e.tar.gz
Add documentation for force_authn configuration option
-rw-r--r--doc/howto/config.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/howto/config.rst b/doc/howto/config.rst
index f9e074f6..70b3175e 100644
--- a/doc/howto/config.rst
+++ b/doc/howto/config.rst
@@ -423,6 +423,21 @@ Example::
}
+force_authn
+"""""""""""
+
+Mandates that the identity provider MUST authenticate the presenter directly
+rather than rely on a previous security context.
+
+Example::
+
+ "service": {
+ "sp": {
+ "force_authn": True,
+ }
+ }
+
+
idp
"""