Login Commands
This page describes all ways to login to keeper from sdk and cli perspective
Commands:
Keeper supports multiple login methodologies, these include
Authentication Workflow (High-Level)
Primary Authentication
Regular account (username + master password)
Cloud SSO (SAML, OIDC)
On-Premises SSO
Managed Company (MSP) login
Secondary Authentication (2FA)
TOTP (Google/Microsoft Authenticator)
SMS one-time code
DUO (push, SMS, voice)
RSA SecurID
WebAuthn/U2F (security keys, biometrics)
Device Approval
Email link
2FA challenge
Keeper Push notification
SDK Authentication Flow
Initialize SDK client/session context
Select login method (master password, SSO, MSP)
Handle challenges issued by Keeper
2FA challenge
Device approval
Security key prompt
Establish secure session
Receive encrypted session token
Unlock vault and enterprise APIs
Login Command
Authenticate to start a session.
Logout Command
Securely log out from the CLI.
Whoami Command
Displays information about the current authenticated user, including username and email.
Last updated
Was this helpful?

