You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/16 06:07:18 UTC

[GitHub] [apisix] spacewander commented on a diff in pull request #7691: feat(openid-connect): Add 'symmetric_key' option to support HS??? tokens

spacewander commented on code in PR #7691:
URL: https://github.com/apache/apisix/pull/7691#discussion_r946367967


##########
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:
   What's `HS???` token?



-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org