-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Allow set of userDetailsChecker #10277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
in: cas
An issue in spring-security-cas
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Milestone
Comments
Can you submit a PR (with test) to our main branch and we will consider backporting? |
Can i take this one? |
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 12, 2024
…pring-projects#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.
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 12, 2024
…pring-projects#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.
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 12, 2024
…pring-projects#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.
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 12, 2024
…pring-projects#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.
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 12, 2024
…pring-projects#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.
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 12, 2024
…pring-projects#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.
pr: #15047 |
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 12, 2024
…pring-projects#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.
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 14, 2024
…pring-projects#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.
Kyoungwoong
added a commit
to Kyoungwoong/spring-security
that referenced
this issue
May 14, 2024
…pring-projects#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.
marcusdacoregio
pushed a commit
that referenced
this issue
May 24, 2024
…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.
marcusdacoregio
added a commit
that referenced
this issue
May 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: cas
An issue in spring-security-cas
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
It is not possible to customize the
userDetailsChecker
in CasAuthenticationProvider.Would be possible to add a setter method (both in 5.6.x and 5.5.x) ?
The text was updated successfully, but these errors were encountered: