summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@grnet.gr>2017-07-28 17:58:39 +0300
committerivan <ivan@grnet.gr>2017-07-31 18:50:30 +0300
commit9a8077a32f5c3b7f698c2669c464bddd08e85f37 (patch)
tree62dacc2c74ad865e87e1f4f860b26fcd7f522ca4
parentdf137bb34522d6ba6b2b11fff121a6436bbb2a5e (diff)
downloadpysaml2-9a8077a32f5c3b7f698c2669c464bddd08e85f37.tar.gz
Add documentation for hide_assertion_consumer_service configuration option
-rw-r--r--doc/howto/config.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/howto/config.rst b/doc/howto/config.rst
index bb303b2b..1769bab3 100644
--- a/doc/howto/config.rst
+++ b/doc/howto/config.rst
@@ -453,6 +453,28 @@ Example::
}
+hide_assertion_consumer_service
+"""""""""""""""""""""""""""""""
+
+When set to true the AuthnRequest will not include the
+AssertionConsumerServiceURL and ProtocolBinding attributes.
+
+Example::
+
+ "service": {
+ "sp": {
+ "hide_assertion_consumer_service": True,
+ }
+ }
+
+This kind of functionality is required for the eIDAS SAML profile
+
+> eIDAS-Connectors SHOULD NOT provide AssertionConsumerServiceURL.
+
+.. note::
+ This is relevant only for the eIDAS SAML profile.
+
+
idp
"""