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
185
185
186
186
Contains a list of places where metadata can be found. This can be
187
187
188
+ * a local directory accessible on the server the service runs on
188
189
* a local file accessible on the server the service runs on
189
190
* a remote URL serving aggregate metadata
190
191
* a metadata query protocol (MDQ) service URL
@@ -193,6 +194,7 @@ For example::
193
194
194
195
"metadata" : {
195
196
"local": [
197
+ "/opt/metadata"
196
198
"metadata.xml",
197
199
"vo_metadata.xml",
198
200
],
@@ -471,6 +473,20 @@ Example::
471
473
}
472
474
473
475
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
+
474
490
allow_unsolicited
475
491
"""""""""""""""""
476
492
You can’t perform that action at this time.
0 commit comments