flat-waitress-75076
10/21/2024, 7:26 AMbrief-egg-61061
10/21/2024, 7:26 AMbrief-egg-61061
10/21/2024, 7:27 AM/.well-known/jwks.json
endpoint. The full URL would look like this: http://$<http://PROJECT_SLUG.projects.oryapis.com/.well-known/jwks.json|PROJECT_SLUG.projects.oryapis.com/.well-known/jwks.json>
Replace $PROJECT_SLUG
with your project's slug. This endpoint will provide you with all the necessary keys. For example, if you are using the default keys used by Ory, you can use the following set-id
values: - `hydra.openid.id-token`: This set contains the keys used for signing OpenID Connect ID Tokens. - `hydra.jwt.access-token`: This set contains the keys used for signing JWT Access Tokens. You can use these set-id
values with the JWK endpoints to retrieve, rotate, or otherwise manage these default key sets. For more details, please refer to the [Ory documentation](https://www.ory.sh/docs/oauth2-oidc/jwt-access-token#json-web-token-validation).