Hi, how do I make sure that my project's `.well-kn...
# ory-network
b
Hi, how do I make sure that my project's
.well-known/jwks.json
end point points to the keyset I used when creating the JWT for it vs. the default ones?
Bumping this in case it got missed in the messages.
m
for Ory Identities or Ory OAuth2? See here https://www.ory.sh/docs/identities/session-to-jwt-cors and here respectively: https://www.ory.sh/docs/hydra/jwks
b
This command worked, I just didn't know if it would work on a non oAuth setup which is why I wasn't trying it:
Copy code
ory patch identity-config --project <project-id> --workspace <workspace-id> \
  --add '/webfinger/jwks/broadcast_keys/-="custom_keyset"'