Skip to content

Commit a9b7210

Browse files
Fix typo in documentation
Signed-off-by: Vincent Stradiot <vincentstradiot@hotmail.com>
1 parent 6d6552a commit a9b7210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/modules/ROOT/pages/servlet/authentication

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)