juzhiyuan commented on a change in pull request #4775:
URL: https://github.com/apache/apisix/pull/4775#discussion_r684708526



##########
File path: docs/zh/latest/plugins/openid-connect.md
##########
@@ -52,6 +52,10 @@ OAuth 2 / Open ID Connect(OIDC)插件为 APISIX 提供身份验证和自省
 | introspection_endpoint_auth_method | string  | 可选   | "client_secret_basic" 
|         | 令牌自省的认证方法名称                         |
 | public_key                         | string  | 可选   |                       
|         | 验证令牌的公钥                                 |
 | token_signing_alg_values_expected  | string  | 可选   |                       
|         | 用于对令牌进行签名的算法                       |
+| set_access_token_header              | boolean | 可选    | true               
|         | 在请求头设置访问令牌                        |
+| access_token_in_authorization_header | boolean | 可选    | false              
|         | 当值为 `true` 时,将访问令牌设置在请求头参数 `Authorization` ,否则将使用请求头参数 
`X-Access-Token`。|

Review comment:
       ```suggestion
   | access_token_in_authorization_header | boolean | 可选    | false             
 |         | 当值为 `true` 时,将访问令牌设置在请求头参数 `Authorization`,否则将使用请求头参数 
`X-Access-Token`。|
   ```




-- 
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]


Reply via email to