Skip to content

Commit 9a8077a

Browse files
author
ivan
committed
Add documentation for hide_assertion_consumer_service configuration option
1 parent df137bb commit 9a8077a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/howto/config.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,28 @@ Example::
453453
}
454454

455455

456+
hide_assertion_consumer_service
457+
"""""""""""""""""""""""""""""""
458+
459+
When set to true the AuthnRequest will not include the
460+
AssertionConsumerServiceURL and ProtocolBinding attributes.
461+
462+
Example::
463+
464+
"service": {
465+
"sp": {
466+
"hide_assertion_consumer_service": True,
467+
}
468+
}
469+
470+
This kind of functionality is required for the eIDAS SAML profile
471+
472+
> eIDAS-Connectors SHOULD NOT provide AssertionConsumerServiceURL.
473+
474+
.. note::
475+
This is relevant only for the eIDAS SAML profile.
476+
477+
456478
idp
457479
"""
458480

0 commit comments

Comments
 (0)