spacewander commented on code in PR #7370:
URL: https://github.com/apache/apisix/pull/7370#discussion_r912650907
##########
docs/en/latest/plugins/openid-connect.md:
##########
@@ -51,6 +51,7 @@ The `openid-connect` Plugin provides authentication and
introspection capability
| public_key | string | False |
| | Public key to verify the token.
|
| use_jwks | boolean | False |
| | When set to true, uses the JWKS endpoint of the identity
server to verify the token. |
| token_signing_alg_values_expected | string | False |
| | Algorithm used for signing the authentication token.
|
+| use_pkce | boolean | False |
| | when set to true the "Proof Key for Code Exchange" as
defined in RFC 7636 will be used. |
Review Comment:
Err, I mean we need to doc the default value in the table.
--
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]