JWT for access tokens #2245
-
I came across an article indicating how to configure jwt access tokens using just ory hydra. For now, I am running hydra using docker container, and not very certain where does this configuration fall into?
Can someone please clarify? Any help is highly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Please have a look into the hydra-reference-documentation/configuration here: So in the case of the 5 minute tutorial, this configuration is located in |
Beta Was this translation helpful? Give feedback.
Please have a look into the hydra-reference-documentation/configuration here:
https://www.ory.sh/hydra/docs/reference/configuration
So in the case of the 5 minute tutorial, this configuration is located in
contrib/quickstart/5-min/hydra.yml
.Does this help you?