darkSheep404 commented on code in PR #9948:
URL: https://github.com/apache/apisix/pull/9948#discussion_r1285482984


##########
docs/en/latest/plugins/openid-connect.md:
##########
@@ -61,6 +61,7 @@ description: OpenID Connect allows the client to obtain user 
information from th
 | session                              | object  | False    |                  
     |              | When bearer_only is set to false, openid-connect will use 
Authorization Code flow to authenticate on the IDP, so you need to set the 
session-related configuration. |
 | session.secret                       | string  | True     | Automatic 
generation  | 16 or more characters | The key used for session encrypt and HMAC 
operation. |
 | unauth_action                        | string  | False    | "auth"           
     |              | Specify the response type on unauthenticated requests. 
"auth" redirects to identity provider, "deny" results in a 401 response, "pass" 
will allow the request without authentication. |
+| proxy_opts                           | object  | False    |                  
     |              | Configure an HTTP proxy to be used with the 
openid-connect plugin. |

Review Comment:
   > Could you list all options?
   
   done
   add no-proxy refer to 
   https://github.com/ledgetech/lua-resty-http#set_proxy_options



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to