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 7bdcbe5 commit df137bbCopy full SHA for df137bb
doc/howto/config.rst
@@ -438,6 +438,21 @@ Example::
438
}
439
440
441
+allow_unsolicited
442
+"""""""""""""""""
443
+
444
+When set to true, the SP will consume unsolicited SAML Responses, i.e. SAML
445
+Responses for which it has not sent a respective SAML Authentication Request.
446
447
+Example::
448
449
+ "service": {
450
+ "sp": {
451
+ "allow_unsolicited": True,
452
+ }
453
454
455
456
idp
457
"""
458
0 commit comments