Skip to content

Commit 5a76da4

Browse files
peppelinuxpsmiraglia
authored andcommitted
name_id_format_allow_create and metadata folder
1 parent 75ca851 commit 5a76da4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/howto/config.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ metadata
185185

186186
Contains 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+
474490
allow_unsolicited
475491
"""""""""""""""""
476492

0 commit comments

Comments
 (0)