ory / examples-archive

THIS REPOSITORY IS NOT UP TO DATE. Different docker-based examples for ORY's services (Hydra, Keto, Oathkeeper).
Apache License 2.0
128 stars 87 forks source link

secure backend with Token Introspection is not working #11

Closed Entrio closed 6 years ago

Entrio commented 6 years ago

When attempting to access /articles/secure-backend-with-oauth2-token-introspection with a valid token, the following error is presented:gist

Token works on other endpoints just fine. Image attached image

The logfile: GET /articles/secure-backend-with-oauth2-token-introspection 304 462.220 ms - -

aeneasr commented 6 years ago

Really needs an automated test suite... :D Seems like it's probably just some wrong URL

aeneasr commented 6 years ago

This is fixed on master now