Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setter method for userDetailsChecker in CasAuthenticationProvider(#…
…10277) This commit introduces a setter method for the userDetailsChecker property in the CasAuthenticationProvider class. Previously, the userDetailsChecker was initialized with a default AccountStatusUserDetailsChecker instance, limiting customization options. Now, users can inject their own UserDetailsChecker implementation through the setter method, providing greater flexibility in handling user details validation.
- Loading branch information