Authentication in Oxy
Oxy provides flexible authentication options for both local and cloud mode deployments. Authentication supports both single-user local development environments and multi-tenant cloud deployments.Quick Start
Choose the authentication method that best fits your needs:Email & Password
Built-in authentication with SMTP verification. No external dependencies required.
Google OAuth
Social login with Google accounts. One-click sign-in for users.
Okta OAuth
Enterprise SSO integration with Okta Identity Cloud.
API Keys
Programmatic access for automation and integrations.
Authentication Modes
Built-in Authentication
Self-contained authentication with multiple sign-in options:| Method | Setup Complexity | Best For | Documentation |
|---|---|---|---|
| Email/Password | 🟢 Low | Quick start, full control | View Guide |
| Google OAuth | 🟡 Medium | Social login, zero password management | View Guide |
| Okta OAuth | 🟡 Medium | Enterprise SSO, existing Okta deployment | View Guide |