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 3daeae7 commit 7bdcbe5Copy full SHA for 7bdcbe5
doc/howto/config.rst
@@ -423,6 +423,21 @@ Example::
423
}
424
425
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
441
idp
442
"""
443
0 commit comments