From bf07a1a678a25a49d845b6b273a272bd9b15de1a Mon Sep 17 00:00:00 2001 From: Karim Esskalli Date: Mon, 28 Dec 2020 11:21:15 +0100 Subject: [PATCH] Updated doc --- docs/features/middlewareinjection.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/features/middlewareinjection.rst b/docs/features/middlewareinjection.rst index 7fccc599b..2068a8e9a 100644 --- a/docs/features/middlewareinjection.rst +++ b/docs/features/middlewareinjection.rst @@ -35,6 +35,8 @@ The user can set functions against the following. * AuthorizationMiddleware - This overrides Ocelots authorization middleware. +* ClaimsToHeadersMiddleware - This overrides Ocelots claims to headers middleware. + * PreQueryStringBuilderMiddleware - This allows the user to manipulate the query string on the http request before it is passed to Ocelots request creator. Obviously you can just add middleware as normal before the call to app.UseOcelot() It cannot be added