Skip to content

Commit df137bb

Browse files
author
ivan
committed
Add documentation for allow_unsolicited configuration option
1 parent 7bdcbe5 commit df137bb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/howto/config.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,21 @@ Example::
438438
}
439439

440440

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+
441456
idp
442457
"""
443458

0 commit comments

Comments
 (0)