summaryrefslogtreecommitdiff
path: root/doc/howto/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/howto/config.rst')
-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
"""