summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-26 19:47:49 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-11-26 19:59:11 +0200
commit65226caa34874a44a5752494a7001d87a5a523de (patch)
tree9b416d5fbecd78600c544a740ab8cecdb02bd04d /docs
parent4815d512fb6ada9678ac0c0e0cfb543f6171ff80 (diff)
downloadpysaml2-65226caa34874a44a5752494a7001d87a5a523de.tar.gz
Add assurance_certification configuration option
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/config.rst20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/howto/config.rst b/docs/howto/config.rst
index ee4e403f..274da303 100644
--- a/docs/howto/config.rst
+++ b/docs/howto/config.rst
@@ -55,6 +55,24 @@ Configuration directives
General directives
------------------
+assurance_certification
+^^^^^^^^^^^^^^^^^^^^^^^
+
+Format::
+
+ "assurance_specification": [
+ "https://refeds.org/sirtfi",
+ ]
+
+Generates an `Attribute` element with name-format
+`urn:oasis:names:tc:SAML:2.0:attrname-format:uri` and name
+`urn:oasis:names:tc:SAML:attribute:assurance-certification` that contains
+`AttributeValue` elements with the given values from the list.
+The element is added under the generated metadata `EntityDescriptor` as an
+`Extension` element under the `EntityAttributes` element.
+
+Read more about `representing assurance information at the specification <https://wiki.oasis-open.org/security/SAML2IDAssuranceProfile>`_.
+
attribute_map_dir
^^^^^^^^^^^^^^^^^
@@ -666,7 +684,7 @@ Where the endpoints for the services provided are.
This directive has as value a dictionary with one or more of the following keys:
* artifact_resolution_service (aa, idp and sp)
-* `assertion_consumer_service <https://wiki.shibboleth.net/confluence/display/CONCEPT/AssertionConsumerService>`_ (sp)
+* `assertion_consumer_service <https://wiki.shibboleth.net/confluence/display/CONCEPT/AssertionConsumerService>`_ (sp)
* assertion_id_request_service (aa, idp)
* attribute_service (aa)
* manage_name_id_service (aa, idp)