{
  "issuer": "https://comfuzytech.com",
  "authorization_endpoint": "https://comfuzytech.com/oauth/authorize",
  "token_endpoint": "https://comfuzytech.com/oauth/token",
  "registration_endpoint": "https://comfuzytech.com/oauth/register",
  "jwks_uri": "https://comfuzytech.com/.well-known/jwks.json",
  "scopes_supported": [
    "agent:read"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic",
    "client_secret_post"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "EdDSA"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "resource_indicators_supported": true,
  "authorization_response_iss_parameter_supported": true,
  "service_documentation": "https://comfuzytech.com/auth.md",
  "op_policy_uri": "https://comfuzytech.com/auth.md",
  "ui_locales_supported": [
    "th-TH",
    "en-US"
  ],
  "resource": "https://comfuzytech.com",
  "resource_name": "ComfuzyTech agent surface",
  "authorization_servers": [
    "https://comfuzytech.com"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "agent_auth": {
    "skill": "https://comfuzytech.com/auth.md",
    "register_uri": "https://comfuzytech.com/oauth/register",
    "registration_endpoint": "https://comfuzytech.com/oauth/register",
    "token_uri": "https://comfuzytech.com/oauth/token",
    "claim_uri": "https://comfuzytech.com/oauth/authorize",
    "authorization_servers": [
      "https://comfuzytech.com"
    ],
    "bearer_methods_supported": [
      "header"
    ],
    "identity_types_supported": [
      "anonymous"
    ],
    "credential_types_supported": [
      "client_secret",
      "access_token"
    ],
    "anonymous": {
      "registration_required": false,
      "register_uri": "https://comfuzytech.com/oauth/register",
      "registration_endpoint": "https://comfuzytech.com/oauth/register",
      "credential_types_supported": [
        "client_secret",
        "access_token"
      ],
      "claim_uri": "https://comfuzytech.com/oauth/authorize",
      "scopes_supported": [
        "agent:read"
      ],
      "grant_types_supported": [
        "client_credentials"
      ]
    },
    "identification_requested": [
      "user-agent",
      "io.modelcontextprotocol/clientInfo"
    ],
    "escalation": {
      "type": "email",
      "address": "contact@comfuzytech.com"
    }
  }
}
