From a96c2f61cc19e4cb31c855e4ed2cf5f3be72e9eb Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Fri, 16 Aug 2019 22:10:07 +0200 Subject: name_id_format_allow_create and metadata folder --- docs/howto/config.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') 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 """"""""""""""""" -- cgit v1.2.1