Made some progress with oathkeeper integration wit...
# general
q
Made some progress with oathkeeper integration with keycloak. Oathkeeper Authenticate function makes the following curl request to KeyCloak to which KeyClak responds with a 401.
Copy code
curl -X 'POST' -d 'client_id=testclient&scope=profile+email&token=$TOKEN' -H 'Authorization: Basic $BASE64EncodedCLientIDClientSEcret' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Token_type_hint: requesting_party_token' '<http://keycloak-http.keycloak:80/auth/realms/testrealm/protocol/openid-connect/token/introspect>'