localDelegatedSecurityConfig

@Profile(value = ["local"])
@Bean(name = ["LocalDelegatedSecurityConfigurer"])
fun localDelegatedSecurityConfig(delegatedAuthenticationEntryPoint: AuthenticationEntryPoint, delegatedAccessDeniedHandler: AccessDeniedHandler, tokenAuthProvider: AuthenticationProvider, corsConfigurationSourceProperties: CorsConfigurationSourceProperties): LocalDelegatedSecurityConfigurer