{
  "issuer": "https://app.open.money",
  "authorization_endpoint": "https://app.open.money/oauth/authorize",
  "token_endpoint": "https://app.open.money/oauth/token",
  "revocation_endpoint": "https://app.open.money/oauth/revoke",
  "introspection_endpoint": "https://app.open.money/oauth/introspect",
  "jwks_uri": "https://app.open.money/.well-known/jwks.json",
  "registration_endpoint": "https://app.open.money/oauth/register",
  "response_types_supported": ["code"],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials"
  ],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "accounts.read",
    "transactions.read",
    "payments.write",
    "agents.act"
  ],
  "agent_auth": {
    "register_uri": "https://app.open.money/oauth/agent-register",
    "supported_identity_types": ["service_account", "delegated_user"],
    "supported_credential_types": ["client_assertion_jwt"],
    "claims_uri": "https://app.open.money/oauth/agent-claims",
    "revocation_uri": "https://app.open.money/oauth/agent-revoke"
  }
}
