{
  "issuer": "https://hamid.id.vn",
  "authorization_endpoint": "https://hamid.id.vn/oauth/authorize",
  "token_endpoint": "https://hamid.id.vn/oauth/token",
  "registration_endpoint": "https://hamid.id.vn/oauth/register",
  "jwks_uri": "https://hamid.id.vn/.well-known/jwks.json",
  "userinfo_endpoint": "https://hamid.id.vn/oauth/userinfo",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "portfolio:read",
    "projects:read",
    "resume:read",
    "contact:read",
    "agent:interact"
  ],
  "response_types_supported": ["code", "token", "id_token", "code id_token"],
  "response_modes_supported": ["query", "fragment"],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt",
    "none"
  ],
  "token_endpoint_auth_signing_alg_values_supported": ["RS256", "ES256", "EdDSA"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256", "ES256", "EdDSA"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://hamid.id.vn/llms.txt",
  "ui_locales_supported": ["en", "vi"],
  "owner": {
    "name": "Abdol Hamid",
    "alternateName": "AbdolHamidDev",
    "jobTitle": "Full-stack Developer",
    "affiliation": "An Giang University (AGU)",
    "location": "An Giang, Vietnam",
    "email": "abdolhamid.dev@gmail.com"
  },
  "comment": "OAuth 2.0 Authorization Server Metadata (RFC 8414) for hamid.id.vn. Enables AI agents to discover authentication endpoints for secure, scoped access to Abdol Hamid's portfolio data."
}
