-
I managed to setup ORY Hydra in a docker container and tests show that it is working fine,finally got the access token,just want to know how to use this access token with my resource server for API access. I think before client send access token (bearer) to resource server for API,Hydra should validate the access token authorized. Any doc or examples for this? @aeneasr |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @leapit I believe these are the docs you are looking for: https://www.ory.sh/hydra/docs/guides/oauth2-token-introspection |
Beta Was this translation helpful? Give feedback.
Hi @leapit
I believe these are the docs you are looking for: https://www.ory.sh/hydra/docs/guides/oauth2-token-introspection
You can check against the Hydra introspection endpoint on your resource server through a middleware or by using Oathkeeper's oauth2 introspection handler. https://www.ory.sh/oathkeeper/docs/pipeline/authn#oauth2_introspection