Skip to content

WebFlux Should Communicate X509 Authentication [SPR-15964] #20516

@spring-projects-issues

Description

@spring-projects-issues

Rob Winch opened SPR-15964 and commented

X509 authentication occurs at the socket connection and thus must be done by the container (i.e. Netty). However, many applications need to perform authorization based upon the X509 certificate.

To solve this in the servlet world, the X509 certificate is communicated to the user using a HttpServletRequest.getAttribute

The WebFlux abstraction should provide a mechanism to communicate the X509 certificate to the user.


Affects: 5.0 RC4

Referenced from: commits 87375fe

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions