sangnguyen7 commented on issue #7661:
URL: https://github.com/apache/apisix/issues/7661#issuecomment-1213647274

   @Hazel6869 Thanks for your comment. Sorry, I did not know that I had entered 
incorrectly in the Step To Reproduce above. It should be like this: 
   ```
   {
     "uri": "/verify",
   "plugins": {
       "openid-connect": {
         "client_id": "",
         "client_secret": "",
         "disable": false,
         "discovery": "http://host:port/.well-known/jwks.json";,
         "use_jwks": true
       }
     },
   "upstream":{
       "type": "roundrobin",
       "nodes":{
         "httpbin.org:443":1
       }
     }
   }'
   ```
   
   Yes, I did use "discovery" for my JWKS endpoint and I got the error in this 
issue. 
   
   "pts.discovery.jwks_uri is not present or not a string"


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

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

Reply via email to