1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Add @EnableGlobalMultiFactorAuthentication

Closes gh-17954
This commit is contained in:
Rob Winch
2025-09-24 13:07:41 -05:00
parent e33e4d80a9
commit f652920bb3
9 changed files with 660 additions and 0 deletions
@@ -62,6 +62,14 @@ This yields a more familiar configuration:
include-code::./UseAuthorizationManagerFactoryConfiguration[tag=httpSecurity,indent=0]
[[enable-global-mfa]]
=== @EnableGlobalMultiFactorAuthentication
You can simplify the configuration even further by using `@EnableGlobalMultiFactorAuthentication` to create the `AuthorizationManagerFactory` for you.
include-code::./EnableGlobalMultiFactorAuthenticationConfiguration[tag=enable-global-mfa,indent=0]
[[obtaining-more-authorization]]
== Authorizing More Scopes