Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/howto/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -193,6 +194,7 @@ For example::

"metadata" : {
"local": [
"/opt/metadata"
"metadata.xml",
"vo_metadata.xml",
],
Expand Down Expand Up @@ -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
"""""""""""""""""

Expand Down