Skip to content

Jwt DSL Configuration should accept an AuthenticationManager #6832

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

Closed
jzheaux opened this issue May 1, 2019 · 3 comments
Closed

Jwt DSL Configuration should accept an AuthenticationManager #6832

jzheaux opened this issue May 1, 2019 · 3 comments
Assignees
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented May 1, 2019

In Reactive Resource Server, one can switch out the JWT authentication manager:

http
    .oauth2ResourceServer()
        .jwt()
            .authenticationManager(...)

It'd be nice to have this same feature on the Servlet side. This AuthenticationManager would be used by the BearerTokenAuthenticationFilter instead of any shared one.

@jzheaux jzheaux added in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) New Feature labels May 1, 2019
@rwinch rwinch added type: enhancement A general enhancement and removed New Feature labels May 3, 2019
@clevertension
Copy link
Contributor

@jzheaux can i working on this issue?

@jzheaux
Copy link
Contributor Author

jzheaux commented May 6, 2019

Actually, in this case, I nearly have a PR ready myself, I just failed to mark it in progress. Thanks for checking, though, @clevertension!

@jzheaux jzheaux self-assigned this May 6, 2019
@jzheaux jzheaux added this to the 5.2.0.M3 milestone May 6, 2019
@clevertension
Copy link
Contributor

@jzheaux it's good, thanks for reply 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants