kayx23 commented on code in PR #11330: URL: https://github.com/apache/apisix/pull/11330#discussion_r1899131458
########## docs/zh/latest/plugins/openid-connect.md: ########## @@ -89,7 +89,8 @@ description: OpenID Connect(OIDC)是基于 OAuth 2.0 的身份认证协议 | cache_segment | string | 否 | | | 可选的缓存段的名称,用于区分和区分用于令牌内省或 JWT 验证的缓存。 | | introspection_interval | integer | 否 | 0 | | 以秒为单位的缓存和内省访问令牌的 TTL。 | | introspection_expiry_claim | string | 否 | | | 过期声明的名称,用于控制缓存和内省访问令牌的 TTL。 | -| introspection_addon_headers | string[] | 否 | | | `introspection_addon_headers` 是字符串列表,用于配置额外添加到内省 HTTP 请求中的请求头,如果配置的请求头不存在于源请求中,它将被忽略。| +| introspection_addon_headers | string[] | 否 | | | `introspection_addon_headers` 是字符串列表,用于配置额外添加到内省 HTTP 请求中的请求头,如果配置的请求头不存在于源请求中,它将被忽略。| +| introspection_params | object | 否 | | | 令牌内省端点的身份验证的附加参数 | Review Comment: ping -- 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]
