summaryrefslogtreecommitdiff
path: root/docs/howto/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/config.rst')
-rw-r--r--docs/howto/config.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index 9f20eba6..a46927a4 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -76,6 +76,29 @@ if you need to include a certificate chain.
Each entry in *additional_cert_files* must be a PEM formatted file with a single certificate.
+entity_attributes
+^^^^^^^^^^^^^^^^^
+
+Generates an ``Attribute`` element with the given NameFormat, Name, FriendlyName and
+values, each as an ``AttributeValue`` element.
+
+The element is added under the generated metadata ``EntityDescriptor`` as an
+``Extension`` element under the ``EntityAttributes`` element.
+
+And omit
+
+Example::
+
+ "entity_attributes": [
+ {
+ "name_format": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri",
+ "name": "urn:oasis:names:tc:SAML:profiles:subject-id:req",
+ # "friendly_name" is not set
+ "values": ["any"],
+ },
+ ]
+
+
assurance_certification
^^^^^^^^^^^^^^^^^^^^^^^