{
  "issuer": "https://test.easyapi.work/",
  "authorization_endpoint": "https://test.easyapi.work/oauth/authorize",
  "token_endpoint": "https://test.easyapi.work/oauth/token",
  "jwks_uri": "https://test.easyapi.work/.well-known/jwks.json",
  "registration_endpoint": "https://test.easyapi.work/.well-known/agent-registration",
  "scopes_supported": [
    "discovery:read",
    "status:read",
    "docs:read"
  ],
  "response_types_supported": [],
  "grant_types_supported": [],
  "token_endpoint_auth_methods_supported": [],
  "service_documentation": "https://test.easyapi.work/auth.md",
  "operational_status": "metadata-only-oidc-not-enabled",
  "notes": "Discovery-only metadata. This portal does not currently provide an operational OpenID Provider, authorization code flow, refresh tokens, or ID tokens.",
  "agent_auth": {
    "status": "documentation-only",
    "register_uri": "https://test.easyapi.work/.well-known/agent-registration",
    "documentation": "https://test.easyapi.work/auth.md",
    "supported_identity_types": [
      "human-supervised-agent",
      "organization-managed-agent",
      "dns-verified-agent"
    ],
    "credential_types_supported": [
      "oauth-client-assertion-jwt",
      "signed-agent-manifest",
      "api-token-issued-by-user"
    ],
    "claims_uri": "https://test.easyapi.work/auth.md#agent-registration",
    "revocation_uri": "https://test.easyapi.work/oauth/revoke",
    "dns_aid": {
      "status": "external-dns-required",
      "documentation": "https://test.easyapi.work/auth.md#dns-aid-external-step"
    }
  }
}