billowy-magician-58884
08/15/2025, 1:34 PMbrief-egg-61061
08/15/2025, 1:34 PMbrief-egg-61061
08/15/2025, 1:35 PMbillowy-magician-58884
08/15/2025, 1:36 PMbrief-egg-61061
08/15/2025, 1:36 PMbrief-egg-61061
08/15/2025, 1:37 PM"webfinger": { "jwks": {}, "oidc_discovery": {} }
Additionally, the documentation mentions that to broadcast a created keyset on the /.well-known/jwks.json
endpoint, you need to add it to the OAuth2 configuration under the webfinger section: ory patch oauth2-config --project <project-id> --workspace <workspace-id> \ --add '/webfinger/jwks/broadcast_keys/-="custom_keyset"'
This suggests that the "webfinger configuration" is related to how Ory exposes well-known endpoints (such as for JSON Web Key Sets and OIDC discovery) and manages which keysets are broadcast for token verification purposes. However, a full definition or broader context for "webfinger configuration" is not explicitly provided in the knowledge sourcesĀ [Cryptographic key management and JSON Web Key Sets (JWKS)](https://www.ory.sh/docs/hydra/jwks#the-role-of-well-knownjwksjson).