We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df137bb commit 9a8077aCopy full SHA for 9a8077a
doc/howto/config.rst
@@ -453,6 +453,28 @@ Example::
453
}
454
455
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
478
idp
479
"""
480
0 commit comments