prdDelegatedSecurityConfig

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