I have ORY hydra issuing an opaque token I want to...
# ory-copilot
g
I have ORY hydra issuing an opaque token I want to use oauthkeeper to convert this opaque token to a JWT token and have it include all the claims and scopes originally issued to the token. I think I can use the id_token but the examples dont give how to basically just 1-1 convert the opaque token and the introspection results to a JWT token.