1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix typo in documentation

Signed-off-by: Vincent Stradiot <vincentstradiot@hotmail.com>
This commit is contained in:
Vincent Stradiot
2025-12-20 16:10:58 +01:00
committed by Josh Cummings
parent 31090f7a18
commit 075c48c0d8
@@ -12,7 +12,7 @@ OWASP places factors into the following categories:
== `FactorGrantedAuthority`
At the time of authentication, Spring Security's authentication mechanisms add a javadoc:org.springframework.security.core.authority.FactorGrantedAuthority[].
For example, when a user authenticates using a password a `FactorGrantedAuthority` with the `authority` of `FactorGrantedAuthority.PASSWORD_AUTHORITY` is automatically added to the `Authentiation`.
For example, when a user authenticates using a password a `FactorGrantedAuthority` with the `authority` of `FactorGrantedAuthority.PASSWORD_AUTHORITY` is automatically added to the `Authentication`.
In order to require MFA with Spring Security you must:
- Specify an authorization rule that requires multiple factors