summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2019-09-10 11:03:23 +0300
committerGitHub <noreply@github.com>2019-09-10 11:03:23 +0300
commitb224a021960a65d6495580f2b94734a530d62d90 (patch)
tree3b1b6b6000e1af0c9deb667d2810b49fa0a4acd8
parenta5297ca8cb0aa155a095125c495788b6dd5bb2d0 (diff)
parenta96c2f61cc19e4cb31c855e4ed2cf5f3be72e9eb (diff)
downloadpysaml2-b224a021960a65d6495580f2b94734a530d62d90.tar.gz
Merge pull request #632 from peppelinux/doc
Add Documentation for name_id_format_allow_create and metadata folder
-rw-r--r--docs/howto/config.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 129ba05b..1aee086c 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -185,6 +185,7 @@ metadata
Contains a list of places where metadata can be found. This can be
+* a local directory accessible on the server the service runs on
* a local file accessible on the server the service runs on
* a remote URL serving aggregate metadata
* a metadata query protocol (MDQ) service URL
@@ -193,6 +194,7 @@ For example::
"metadata" : {
"local": [
+ "/opt/metadata"
"metadata.xml",
"vo_metadata.xml",
],
@@ -471,6 +473,20 @@ Example::
}
+name_id_format_allow_create
+"""""""""""""""""""""""""""
+
+Enable AllowCreate in NameIDPolicy.
+
+Example::
+
+ "service": {
+ "sp": {
+ "name_id_format_allow_create": True,
+ }
+ }
+
+
allow_unsolicited
"""""""""""""""""