Skip to content

Add ExceptionHandlingSpec.defaultAuthenticationEntryPointFor() #9663

@jgrandja

Description

@jgrandja

We should allow for custom ServerAuthenticationEntryPoint to be configured via ServerHttpSecurity.ExceptionHandlingSpec.

ExceptionHandlingConfigurer provides:

defaultAuthenticationEntryPointFor(AuthenticationEntryPoint, RequestMatcher)

We should align ServerHttpSecurity.ExceptionHandlingSpec and provide:

defaultAuthenticationEntryPointFor(ServerAuthenticationEntryPoint, ServerWebExchangeMatcher)

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: configAn issue in spring-security-configtype: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions