Skip to content

Jwt DSL Configuration should accept an AuthenticationManager #6832

Closed
@jzheaux

Description

@jzheaux

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.

Metadata

Metadata

Assignees

Labels

in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions