diff --git a/docs/root/configuration/http/http_filters/oauth2_filter.rst b/docs/root/configuration/http/http_filters/oauth2_filter.rst index 1daa009cf7f9..6e802e07e5ba 100644 --- a/docs/root/configuration/http/http_filters/oauth2_filter.rst +++ b/docs/root/configuration/http/http_filters/oauth2_filter.rst @@ -38,7 +38,7 @@ is set to true the filter will send over a cookie named ``BearerToken`` to the upstream. Additionally, the ``Authorization`` header will be populated with the same value. -The OAuth filer encodes URLs in query parameters using the +The OAuth filter encodes URLs in query parameters using the `URL encoding algorithm. `_ When receiving request redirected from the authorization service the Oauth filer decodes URLs from query parameters.