{
  "issuer": "https://xn--82czbx2bczd4fl8a.online",
  "authorization_endpoint": "https://xn--82czbx2bczd4fl8a.online/oauth/authorize",
  "token_endpoint": "https://xn--82czbx2bczd4fl8a.online/oauth/token",
  "registration_endpoint": "https://xn--82czbx2bczd4fl8a.online/oauth/register",
  "revocation_endpoint": "https://xn--82czbx2bczd4fl8a.online/oauth/revoke",
  "introspection_endpoint": "https://xn--82czbx2bczd4fl8a.online/oauth/introspect",
  "jwks_uri": "https://xn--82czbx2bczd4fl8a.online/.well-known/jwks.json",
  "scopes_supported": [
    "agent:read",
    "agent:pricing",
    "agent:appointment.create",
    "agent:appointment.read",
    "agent:document.read",
    "agent:webhook.subscribe",
    "agent:mcp.invoke"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://xn--82czbx2bczd4fl8a.online/agent-auth/",
  "ui_locales_supported": [
    "th",
    "en"
  ]
}