-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
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)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement