{
  "agent_auth": {
    "anonymous": {
      "claim_uri": "https://hoperb.church/agent/identity/claim",
      "credential_types_supported": [
        "access_token"
      ]
    },
    "claim_endpoint": "https://hoperb.church/agent/identity/claim",
    "claim_uri": "https://hoperb.church/agent/identity/claim",
    "identity_endpoint": "https://hoperb.church/agent/identity",
    "identity_types_supported": [
      "anonymous"
    ],
    "register_uri": "https://hoperb.church/agent/identity",
    "revocation_uri": "https://hoperb.church/oauth/revoke",
    "skill": "https://hoperb.church/auth.md"
  },
  "authorization_endpoint": "https://hoperb.church/oauth/authorize",
  "grant_types_supported": [
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:jwt-bearer"
  ],
  "issuer": "https://hoperb.church",
  "jwks_uri": "https://hoperb.church/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "revocation_endpoint": "https://hoperb.church/oauth/revoke",
  "scopes_supported": [
    "public.read"
  ],
  "token_endpoint": "https://hoperb.church/oauth/token",
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post"
  ]
}