Skip to content

Commit

Permalink
fix: typo in Authentication Architecture ProviderManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Amitmahato authored and marcusdacoregio committed Jan 17, 2024
1 parent 3346f2d commit 237dd77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ If the `Authentication` contains a reference to an object in the cache (such as
You need to take this into account if you use a cache.
An obvious solution is to first make a copy of the object, either in the cache implementation or in the `AuthenticationProvider` that creates the returned `Authentication` object.
Alternatively, you can disable the `eraseCredentialsAfterAuthentication` property on `ProviderManager`.
See the Javadoc for the {security-api-url}org/springframework/security/authentication/ProviderManager.html[Javadoc] class.
See the Javadoc for the {security-api-url}org/springframework/security/authentication/ProviderManager.html[ProviderManager] class.

[[servlet-authentication-authenticationprovider]]
== AuthenticationProvider
Expand Down

0 comments on commit 237dd77

Please sign in to comment.