illidan33 commented on code in PR #10919:
URL: https://github.com/apache/apisix/pull/10919#discussion_r1507449554
##########
docs/en/latest/plugins/openid-connect.md:
##########
@@ -61,6 +61,8 @@ description: OpenID Connect allows the client to obtain user
information from th
| set_refresh_token_header | boolean | False | false
| | When set to true and a refresh token object is
available, sets it in the `X-Refresh-Token` request header.
|
| 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.
|
+| session.cookie | integer | False |
| |
|
Review Comment:
> missing description for `session.cookie`
As @monkeyDluffy6017 said, it is a map. I fixed its type to object, does it
still need some description?
--
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]