prehistoric-rose-94217
08/16/2024, 1:14 PMory patch oauth2-config $YOUR_PROJECT_ID \
--add '/webfinger/jwks/broadcast_keys/-="custom_keyset"'
is incorrect, should be
ory patch oauth2-config --project $YOUR_PROJECT_ID \
--add '/webfinger/jwks/broadcast_keys/-="custom_keyset"'
also it would be more helpful if instead of "custom keyset" you provided the escaped valued for the example public key on the same page... located here
https://www.ory.sh/docs/hydra/jwks#public-key-onlybland-finland-95044
08/21/2024, 1:50 PM