GET
/
oauth
/
jwks
JSON Web Key Set
curl --request GET \
  --url https://id.oakwall.mom/oauth/jwks
{
  "keys": [
    {}
  ]
}

Response

200 - application/json

JWKS (empty for HS256-only deployments)

keys
object[]