Overview
Obeya Cloud is designed with security as a priority. This guide covers the security features available to organization admins, including authentication policies, session management, and data protection.Two-Factor Authentication (2FA)
Enabling 2FA for Your Account
Choose Method
Select your preferred 2FA method:
- Authenticator App (Google Authenticator, Authy, 1Password)
- SMS (phone number verification)
- Security Key (WebAuthn/FIDO2 hardware keys like YubiKey)
Verify Setup
Scan the QR code with your authenticator app and enter the verification code to confirm.
Enforcing 2FA for All Members
Admins can require 2FA for all organization members:- Go to Settings > Security > Authentication
- Toggle Require Two-Factor Authentication
- Set a grace period (e.g., 7 days) for existing members to enable 2FA
Single Sign-On (SSO)
Business and Enterprise plans support SSO via SAML 2.0 and OpenID Connect (OIDC).Supported Identity Providers
- Okta
- Microsoft Entra ID (Azure AD)
- Google Workspace
- OneLogin
- Auth0
- Any SAML 2.0 compliant provider
Configuring SSO
Enter Provider Details
For SAML: Enter the SSO URL, Entity ID, and upload the IdP certificate.
For OIDC: Enter the Client ID, Client Secret, and Discovery URL.
Session Management
| Setting | Description | Default |
|---|---|---|
| Session Duration | How long a session stays active | 30 days |
| Idle Timeout | Auto-logout after inactivity | 8 hours |
| Concurrent Sessions | Max active sessions per user | Unlimited |
| Remember Me | Allow persistent login cookies | Enabled |
Active Sessions
Users can view and revoke their active sessions from Profile > Security > Active Sessions. Admins can revoke sessions for any user from the member management page.Password Policy
Configure password requirements for email-based authentication:- Minimum length — Default: 8 characters, configurable up to 128
- Complexity requirements — Require uppercase, lowercase, numbers, and special characters
- Password history — Prevent reusing the last N passwords
- Expiration — Force password changes every N days (optional)
- Breached password check — Reject passwords found in known data breaches (via HaveIBeenPwned)
IP Allowlisting
Enterprise plans can restrict access to specific IP addresses or CIDR ranges. Go to Settings > Security > IP Allowlist to configure. Members accessing from non-allowed IPs will be denied access.Audit Log
The audit log records all security-relevant events:- Login attempts (successful and failed)
- Password changes
- 2FA changes
- Role changes
- Member invitations and removals
- SSO configuration changes
- Data exports
Audit logs can be exported as CSV or streamed to your SIEM system via webhook on Enterprise plans.