Skip to content

Commit 102c733

Browse files
vincentstradiotjzheaux
authored andcommitted
Fix typo in documentation
Signed-off-by: Vincent Stradiot <vincentstradiot@hotmail.com>
1 parent 7fcbf64 commit 102c733

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/mfa.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OWASP places factors into the following categories:
1212
== `FactorGrantedAuthority`
1313

1414
At the time of authentication, Spring Security's authentication mechanisms add a javadoc:org.springframework.security.core.authority.FactorGrantedAuthority[].
15-
For example, when a user authenticates using a password a `FactorGrantedAuthority` with the `authority` of `FactorGrantedAuthority.PASSWORD_AUTHORITY` is automatically added to the `Authentiation`.
15+
For example, when a user authenticates using a password a `FactorGrantedAuthority` with the `authority` of `FactorGrantedAuthority.PASSWORD_AUTHORITY` is automatically added to the `Authentication`.
1616
In order to require MFA with Spring Security you must:
1717

1818
- Specify an authorization rule that requires multiple factors

0 commit comments

Comments
 (0)