spring-security
spring-security copied to clipboard
Allow specifying a ServerAuthenticationConverter for x509()
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.