📄️ 本地身份验证
Create and manage users in StarRocks using native password-based authentication through SQL commands for local identity verification.
📄️ 通过安全集成认证用户
Integrate StarRocks with external authentication systems using security integration to enable seamless user authentication without manual user creation.
📄️ LDAP 认证
In addition to native password-based authentication, StarRocks supports LDAP authentication for enterprise user directory integration.
📄️ JSON Web Token 认证
From v3.5.0 onwards, StarRocks supports authenticating client access using JSON Web Token (JWT) for secure token-based authentication.
📄️ OAuth 2.0 认证
From v3.5.0 onwards, StarRocks supports authenticating client access using OAuth 2.0 with authorization code flow on Web UI and JDBC.