We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4122e36 commit 204b582Copy full SHA for 204b582
docs/howto/config.rst
@@ -398,6 +398,12 @@ will be accepted as valid.
398
When the paramenter *disable_ssl_certificate_validation* is set to True the
399
validity of ssl certificate will be skipped.
400
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
+
407
When using MDQ, the `freshness_period` option can be set to define a period for
408
which the metadata fetched from the the MDQ server are considered fresh. After
409
that period has passed the metadata are not valid anymore and must be fetched
0 commit comments