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

SEC-2154: Provide support for the GrantedAuthoritiesMapper to PreAuthenticatedAuthenticationProvider #2379

Open
spring-projects-issues opened this issue Mar 28, 2013 · 0 comments
Labels
in: acl An issue in spring-security-acl type: enhancement A general enhancement type: jira An issue that was migrated from JIRA

Comments

@spring-projects-issues
Copy link

Mauro Molinari (Migrated from SEC-2154) said:

Currently, any extension of AbstractUserDetailsAuthenticationProvider supports the ability to specify a GrantedAuthoritiesMapper to map (legacy?) authorities to something more friendly to use with Spring Security.

However the PreAuthenticatedAuthenticationProvider does not extend AbstractUserDetailsAuthenticationProvider and does not provide the same mechanism.

We find ourselves in the need to provide such a mechanism by our own by extending PreAuthenticatedAuthenticationProvider, however we would find it extremely useful if Spring Security provided this out-of-the-box.

What do you think?

@spring-projects-issues spring-projects-issues added in: acl An issue in spring-security-acl Open type: enhancement A general enhancement type: jira An issue that was migrated from JIRA labels Feb 5, 2016
@rwinch rwinch removed the Open label May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: acl An issue in spring-security-acl type: enhancement A general enhancement type: jira An issue that was migrated from JIRA
Projects
None yet
Development

No branches or pull requests

2 participants