hey there I am using a gateway in between my clien...
# talk-hydra
e
hey there I am using a gateway in between my client and app server and the gateway does oauth introspection. Oryhydra is accepting client_id and client_secret in a client_secret_post and fetching the token from token endpoint for the gateway to introspect. Now I am running into an issue while I use the token to authenticate, for some reason. What my gateway is doing is using the same client_id and client_secret as well. I was confused with this doc page where it says I need to use a key for the same? does it mean I need to use the key in the gateway to validate against the token introspection end point, instead of putting the client_id and client_secret in it?