Radu-Iuonac commented on issue #9935:
URL: https://github.com/apache/apisix/issues/9935#issuecomment-1729200415

   It appears that when I set the introspection endpoint to point to 
"introspection_endpoint": "https://AUTH0_DOMAIN/oauth/token"; that error 
disappears.
   However now I am facing a new issue, grant_type
   ```
   HTTP/2 401 
   date: Thu, 21 Sep 2023 08:52:52 GMT
   content-type: text/html; charset=utf-8
   content-length: 251
   www-authenticate: Bearer realm="apisix", error="invalid_token", 
error_description="response indicates failure, status=400, 
body={"error":"invalid_request","error_description":"Missing required 
parameter: grant_type"}"
   server: istio-envoy
   vary: Origin
   x-envoy-upstream-service-time: 108
   ```
   In case of using just the openID connect plugin how do I specify the grant 
type as there is no such value in the API SIX docs?
   


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

Reply via email to