Skip to content

Commit 204b582

Browse files
committed
metadata: Document node_name option for the remote source
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 4122e36 commit 204b582

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/howto/config.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,12 @@ will be accepted as valid.
398398
When the paramenter *disable_ssl_certificate_validation* is set to True the
399399
validity of ssl certificate will be skipped.
400400

401+
When using a remote metadata source, the `node_name` option can be set to
402+
define the name of the root node of the XML document, if needed. Usually,
403+
the node name will be `urn:oasis:names:tc:SAML:2.0:metadata:EntityDescriptor`
404+
or `urn:oasis:names:tc:SAML:2.0:metadata:EntityDescriptor` (node namespace
405+
and node tag name).
406+
401407
When using MDQ, the `freshness_period` option can be set to define a period for
402408
which the metadata fetched from the the MDQ server are considered fresh. After
403409
that period has passed the metadata are not valid anymore and must be fetched

0 commit comments

Comments
 (0)