Skip to content

Commit 2c51eb7

Browse files
authored
Merge pull request #338 from jgehrcke/patch-2
Document sign_assertion and sign_reponse IdP config parameters
2 parents f23cfcb + 0137ab6 commit 2c51eb7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/howto/config.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,19 @@ idp/aa
270270

271271
Directives that are specific to an IdP or AA service instance
272272

273+
sign_assertion
274+
""""""""""""""
275+
276+
Specifies if the IdP should sign the assertion in an authentication response
277+
or not. Can be True or False. Default is False.
278+
279+
sign_response
280+
"""""""""""""
281+
282+
Specifies if the IdP should sign the authentication response or not. Can be
283+
True or False. Default is False.
284+
285+
273286
policy
274287
""""""
275288

0 commit comments

Comments
 (0)