Skip to content

ServerHttpSecurity should discover ReactiveJwtDecoder beans #5720

@jzheaux

Description

@jzheaux

This would facilitate constructions like:

configure(ServerHttpSecurity http) {
    http.
        oauth2().
            resourceServer()
                .jwt();
}

@Bean
ReactiveJwtDecoder jwtDecoder() {
    return new CustomJwtDecoder();
}

Metadata

Metadata

Assignees

Labels

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions