Skip to content

Users and Authentication

This section covers the full identity and access management (IAM) surface of Kuboard V4: account login, security policies, organization and authorization model, and integration with external identity providers (IdPs).

Quick Navigation

SectionContentWhen to Read
LoginAccount login, first-time setup, forgotten password, session persistenceFirst login and daily use
Password PolicyPassword complexity, expiry, history and lockout policyRaise the account security baseline
MFATOTP (Time-based One-Time Password) two-step verificationAdd a second factor for admin accounts
Access KeysCreating, revoking and scoping API credentialsAI agents, MCP integration, scripted workflows
UsersCreating, disabling, deleting and managing user accountsMaintain the account roster
GroupsCreating user groups and managing membersBulk authorization by team or department
RolesRoles, authorization rules, mapping to K8s RBACDesign who-can-do-what
OIDC SSOOIDC (OpenID Connect) integration with Keycloak / Authing / Feishu and moreEnterprise single sign-on
Webhook External User LibraryBridge Kuboard to LDAP or a custom account system via WebhookReuse an existing identity backend
  1. First login — start with Login, then follow Password Policy to change the default password;
  2. Security hardening — enable MFA on every administrator account;
  3. Multi-user collaboration — maintain accounts through Users and Groups, then authorize them with Roles;
  4. Automation integration — issue Access Keys so automated scripts and AI agents gain scoped API access;
  5. Enterprise identity — connect to OIDC or an in-house IdP through OIDC SSO or Webhook External User Library.

Who should read this section