liweitianux commented on code in PR #7691:
URL: https://github.com/apache/apisix/pull/7691#discussion_r946371485
##########
apisix/plugins/openid-connect.lua:
##########
@@ -71,6 +72,10 @@ local schema = {
type = "string",
description = "the URI will be redirect when request logout_path",
},
+ symmetric_key = {
+ type = "string",
+ description = "base64url-encoded secret for verifying HS???
tokens",
Review Comment:
like HS256, HS512
--
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]