Skip to content

Commit 7bdcbe5

Browse files
author
ivan
committed
Add documentation for force_authn configuration option
1 parent 3daeae7 commit 7bdcbe5

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
@@ -423,6 +423,21 @@ Example::
423423
}
424424

425425

426+
force_authn
427+
"""""""""""
428+
429+
Mandates that the identity provider MUST authenticate the presenter directly
430+
rather than rely on a previous security context.
431+
432+
Example::
433+
434+
"service": {
435+
"sp": {
436+
"force_authn": True,
437+
}
438+
}
439+
440+
426441
idp
427442
"""
428443

0 commit comments

Comments
 (0)