nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
454 stars 321 forks source link

Introspection call missing authorization #63

Closed tommilligan closed 5 years ago

tommilligan commented 5 years ago

When trying to use token introspection with ORY Hydra, I get the following error:

2018/07/31 15:41:41 [debug] 55#0: *26760 [lua] openidc.lua:409: openidc_call_token_endpoint(): introspection endpoint response: {"error":"request_unauthorized","error_description":"The request could not be authorized","error_hint":"Check that you provided valid credentials in the right format.","status_code":401,"error_debug":"HTTP Authorization header missing"}

See PR #62 for further details and fix

Trojan295 commented 5 years ago

Thanks for the fix! I'm closing it. Reopen, if there are still problems.