From ab2d12cc8059e85947f5a51da566e5ec29b2e147 Mon Sep 17 00:00:00 2001 From: raman-m Date: Tue, 22 Aug 2023 17:20:11 +0300 Subject: [PATCH] Fix build error. Remove duplicate definition --- src/Ocelot/Middleware/OcelotPipelineConfiguration.cs | 8 -------- 1 file changed, 8 deletions(-) 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. ///