kayx23 commented on code in PR #11090:
URL: https://github.com/apache/apisix/pull/11090#discussion_r1556993469


##########
docs/en/latest/plugins/openid-connect.md:
##########
@@ -89,6 +89,7 @@ description: OpenID Connect allows the client to obtain user 
information from th
 | cache_segment | string | False |  |  | Optional name of a cache segment, 
used to separate and differentiate caches used by token introspection or JWT 
verification. |
 | introspection_interval | integer | False | 0 |  | TTL of the cached and 
introspected access token in seconds. |
 | introspection_expiry_claim | string | False |  |  | Name of the expiry 
claim, which controls the TTL of the cached and introspected access token. The 
default value is 0, which means this option is not used and the plugin defaults 
to use the TTL passed by expiry claim defined in `introspection_expiry_claim`. 
If `introspection_interval` is larger than 0 and less than the TTL passed by 
expiry claim defined in `introspection_expiry_claim`, use 
`introspection_interval`. |
+| introspection_addon_headers | string[] | False |  |  | Array of strings. 
Used in Append extras headers to the introspection http request, If configured 
header not exist in origin request, it will be ignore. |

Review Comment:
   ```suggestion
   | introspection_addon_headers | string[] | False |  |  | Array of strings. 
Used to append additional header values to the introspection HTTP request. If 
the specified header does not exist in origin request, value will not be 
appended. |
   ```



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