{
    "issuer": "https://haiwaizhijia.com",
    "authorization_endpoint": "https://haiwaizhijia.com/oauth/authorize",
    "token_endpoint": "https://haiwaizhijia.com/oauth/token",
    "jwks_uri": "https://haiwaizhijia.com/.well-known/jwks.json",
    "registration_endpoint": "https://haiwaizhijia.com/oauth/register",
    "scopes_supported": [
        "openid",
        "profile",
        "email",
        "offline_access"
    ],
    "response_types_supported": [
        "code",
        "token",
        "id_token"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token",
        "urn:ietf:params:oauth:grant-type:jwt-bearer",
        "urn:workos:agent-auth:grant-type:claim"
    ],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post",
        "none"
    ],
    "revocation_endpoint": "https://haiwaizhijia.com/oauth/revoke",
    "introspection_endpoint": "https://haiwaizhijia.com/oauth/introspect",
    "_comment": "Static site with no protected APIs yet - endpoints are reserved per RFC 8414. Honest stub for agent-readiness."
}