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/02/08 02:21:11 UTC

[GitHub] [apisix] starsz commented on a change in pull request #5449: feat(oidc): make it possible to validate tokens against provider host…

starsz commented on a change in pull request #5449:
URL: https://github.com/apache/apisix/pull/5449#discussion_r801214480



##########
File path: apisix/plugins/openid-connect.lua
##########
@@ -196,6 +196,7 @@ local function introspect(ctx, conf)
         end
 
         -- Token successfully validated.
+        core.log.debug("token validate successfully by ", conf.public_key and "public_key" or "jwk")

Review comment:
       Good idea. Fix it.




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