Skip to content
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

Allow set of userDetailsChecker #10277

Closed
s17t opened this issue Sep 16, 2021 · 3 comments · Fixed by #15047
Closed

Allow set of userDetailsChecker #10277

s17t opened this issue Sep 16, 2021 · 3 comments · Fixed by #15047
Assignees
Labels
in: cas An issue in spring-security-cas status: duplicate A duplicate of another issue type: enhancement A general enhancement
Milestone

Comments

@s17t
Copy link

s17t commented Sep 16, 2021

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) ?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 16, 2021
@rwinch
Copy link
Member

rwinch commented Sep 16, 2021

Can you submit a PR (with test) to our main branch and we will consider backporting?

@rwinch rwinch added in: cas An issue in spring-security-cas type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 16, 2021
@rwinch rwinch removed their assignment Jun 9, 2022
@Kyoungwoong
Copy link
Contributor

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.
@Kyoungwoong
Copy link
Contributor

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 marcusdacoregio added the status: duplicate A duplicate of another issue label May 24, 2024
@marcusdacoregio marcusdacoregio added this to the 6.4.0-M1 milestone May 24, 2024
@marcusdacoregio marcusdacoregio self-assigned this May 24, 2024
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
Projects
None yet
5 participants