@@ -67,7 +67,7 @@ General directives
67
67
additional_cert_files
68
68
^^^^^^^^^^^^^^^^^^^^^
69
69
70
- Format ::
70
+ Example ::
71
71
72
72
additional_cert_files: ["other-cert.pem", "another-cert.pem"]
73
73
@@ -79,29 +79,30 @@ Each entry in *additional_cert_files* must be a PEM formatted file with a single
79
79
assurance_certification
80
80
^^^^^^^^^^^^^^^^^^^^^^^
81
81
82
- Format ::
82
+ Example ::
83
83
84
84
"assurance_specification": [
85
85
"https://refeds.org/sirtfi",
86
86
]
87
87
88
- Generates an `Attribute ` element with name-format
89
- `urn:oasis:names:tc:SAML:2.0:attrname-format:uri ` and name
90
- `urn:oasis:names:tc:SAML:attribute:assurance-certification ` that contains
91
- `AttributeValue ` elements with the given values from the list.
92
- The element is added under the generated metadata `EntityDescriptor ` as an
93
- `Extension ` element under the `EntityAttributes ` element.
88
+ Generates an `` Attribute ` ` element with name-format
89
+ `` urn:oasis:names:tc:SAML:2.0:attrname-format:uri ` ` and name
90
+ `` urn:oasis:names:tc:SAML:attribute:assurance-certification ` ` that contains
91
+ `` AttributeValue ` ` elements with the given values from the list.
92
+ The element is added under the generated metadata `` EntityDescriptor ` ` as an
93
+ `` Extension `` element under the `` EntityAttributes ` ` element.
94
94
95
95
Read more about `representing assurance information at the specification <https://wiki.oasis-open.org/security/SAML2IDAssuranceProfile >`_.
96
96
97
97
attribute_map_dir
98
98
^^^^^^^^^^^^^^^^^
99
99
100
- Format::
100
+ Points to a directory which has the attribute maps in Python modules.
101
+
102
+ Example::
101
103
102
104
"attribute_map_dir": "attribute-maps"
103
105
104
- Points to a directory which has the attribute maps in Python modules.
105
106
A typical map file will look like this::
106
107
107
108
MAP = {
@@ -138,7 +139,7 @@ automatically create the other.
138
139
cert_file
139
140
^^^^^^^^^
140
141
141
- Format ::
142
+ Example ::
142
143
143
144
cert_file: "cert.pem"
144
145
@@ -175,7 +176,7 @@ and **other**.::
175
176
debug
176
177
^^^^^
177
178
178
- Format ::
179
+ Example ::
179
180
180
181
debug: 1
181
182
@@ -184,7 +185,7 @@ Whether debug information should be sent to the log file.
184
185
entityid
185
186
^^^^^^^^
186
187
187
- Format ::
188
+ Example ::
188
189
189
190
entityid: "http://saml.example.com/sp"
190
191
@@ -196,7 +197,7 @@ The globally unique identifier of the entity.
196
197
key_file
197
198
^^^^^^^^
198
199
199
- Format ::
200
+ Example ::
200
201
201
202
key_file: "key.pem"
202
203
0 commit comments