Skip to content

Commit

Permalink
Update OcelotPipelineExtensions.cs
Browse files Browse the repository at this point in the history
Soft revert
  • Loading branch information
raman-m committed Jul 11, 2023
1 parent 33b121d commit 7321adb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Ocelot/Middleware/OcelotPipelineExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ public static class OcelotPipelineExtensions
app.Use(pipelineConfiguration.AuthorizationMiddleware);
}

// Now we can run the claims to headers transformation middleware
app.UseClaimsToHeadersMiddleware();

// Allow the user to implement their own query string manipulation logic
app.UseIfNotNull(pipelineConfiguration.PreQueryStringBuilderMiddleware);

Expand Down

0 comments on commit 7321adb

Please sign in to comment.