diff --git a/src/Ocelot/Middleware/OcelotPipelineConfiguration.cs b/src/Ocelot/Middleware/OcelotPipelineConfiguration.cs index 4b810742f..7da206594 100644 --- a/src/Ocelot/Middleware/OcelotPipelineConfiguration.cs +++ b/src/Ocelot/Middleware/OcelotPipelineConfiguration.cs @@ -50,14 +50,6 @@ public class OcelotPipelineConfiguration /// public Func, Task> AuthorizationMiddleware { get; set; } - /// - /// This allows the user to completely override the ocelot claims to headers middleware - /// - /// - /// This allows the user to completely override the ocelot claims to headers middleware - /// - public Func, Task> ClaimsToHeadersMiddleware { get; set; } - /// /// This allows the user to implement there own query string manipulation logic. ///