spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Allow specifying a ServerAuthenticationConverter for x509()

Open blake-bauman opened this issue 6 months ago • 0 comments

Spring Security's x509 configuration for WebFlux does not currently allow for a custom ServerAuthenticationConverter that provides additional attributes to the initial Authentication token.

This PR allows an application to supply a custom ServerAuthenticationConverter for x509 instead of using the default implementation.

blake-bauman avatar Jun 27 '25 09:06 blake-bauman