Sn0rt commented on code in PR #10058:
URL: https://github.com/apache/apisix/pull/10058#discussion_r1368098676
##########
docs/en/latest/plugins/openid-connect.md:
##########
@@ -67,6 +67,7 @@ description: OpenID Connect allows the client to obtain user
information from th
| proxy_opts.http_proxy_authorization | string | False |
| Basic [base64 username:password] | Default `Proxy-Authorization` header
value to be used with `http_proxy`.
|
| proxy_opts.https_proxy_authorization | string | False |
| Basic [base64 username:password] | As `http_proxy_authorization` but for
use with `https_proxy` (since with HTTPS the authorisation is done when
connecting, this one cannot be overridden by passing the `Proxy-Authorization`
request header). |
| proxy_opts.no_proxy | string | False |
| | Comma separated list of hosts that
should not be proxied.
|
+| authorization_params | object | False |
| | Additional parameters to send in the
in the request to the authorization endpoint. |
Review Comment:
chinese doc too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]