You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "Cheol-Soon-Choi (via GitHub)" <gi...@apache.org> on 2023/04/24 08:25:23 UTC

[GitHub] [apisix] Cheol-Soon-Choi commented on issue #9364: help request: Please help me on how to use the openid-connect plugin!

Cheol-Soon-Choi commented on issue #9364:
URL: https://github.com/apache/apisix/issues/9364#issuecomment-1519615265

   Additionally, by directly calling the keycloak server, access token introspect succeeds.
   curl --location '{keycloak}/realms/apisix_test_realm/protocol/openid-connect/token/introspect' \
   --header 'Content-Type: application/x-www-form-urlencoded' \
   --data-urlencode 'client_id=apisix' \
   --data-urlencode 'client_secret={client_secret}' \
   --data-urlencode 'token={access 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