Loading...
Loading...
الوثائق متاحة حاليًا باللغة الإنجليزية فقط. تصفح جميع الوثائق
How sign-in, sessions, and multi-factor authentication work in Apivom Iris.
All sign-in in Apivom Iris is handled by Apivom Key, the platform identity provider. Apivom Key is OAuth2 / OpenID Connect compatible. Iris never stores user passwords directly — credentials are validated by Apivom Key only.
Iris uses server-side sessions backed by Redis. The browser holds only an opaque session cookie (HTTP-only, Secure, SameSite=Lax). No access tokens are exposed to the browser. Sessions expire after a period of inactivity configured per tenant.
Multi-factor authentication (MFA) is enforced at the Apivom Key level. The platform supports TOTP authenticator apps (Google Authenticator, 1Password, Authy, etc.) and can be enabled per user or required organisation-wide. Administrators configure MFA policy in Apivom Key.
For programmatic access, see the API reference. API tokens are issued and revoked by your organisation administrator and are scoped to specific Iris resources.