File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ metadata
185185
186186Contains a list of places where metadata can be found. This can be
187187
188+ * a local directory accessible on the server the service runs on
188189* a local file accessible on the server the service runs on
189190* a remote URL serving aggregate metadata
190191* a metadata query protocol (MDQ) service URL
@@ -193,6 +194,7 @@ For example::
193194
194195 "metadata" : {
195196 "local": [
197+ "/opt/metadata"
196198 "metadata.xml",
197199 "vo_metadata.xml",
198200 ],
@@ -471,6 +473,20 @@ Example::
471473 }
472474
473475
476+ name_id_format_allow_create
477+ """""""""""""""""""""""""""
478+
479+ Enable AllowCreate in NameIDPolicy.
480+
481+ Example::
482+
483+ "service": {
484+ "sp": {
485+ "name_id_format_allow_create": True,
486+ }
487+ }
488+
489+
474490allow_unsolicited
475491"""""""""""""""""
476492
You can’t perform that action at this time.
0 commit comments