summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe De Marco <giuseppe.demarco@unical.it>2019-08-16 22:10:07 +0200
committerGiuseppe De Marco <giuseppe.demarco@unical.it>2019-08-16 22:17:06 +0200
commita96c2f61cc19e4cb31c855e4ed2cf5f3be72e9eb (patch)
tree08126eb3ddeaee1fbb771cf2c587241df8a16a15
parent58138e05c42ab749b1f44c6e48715c92ca79cb5f (diff)
downloadpysaml2-a96c2f61cc19e4cb31c855e4ed2cf5f3be72e9eb.tar.gz
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 b5fb80f7..28e59ebb 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
"""""""""""""""""