MFA at the gateway — for web, SSO, and SSH
Ixiea enforces multi-factor authentication where privileged access actually starts: the gateway login. Brokered SSH, RDP, and database sessions inherit that authenticated identity — no parallel MFA stack on every target.
Operators authenticate to Ixiea before any brokered session starts. SSH, RDP, and database paths inherit that login — targets never prompt for a second factor on their own.
OTP authenticator apps, passkeys, SMS, email, RADIUS OTP, and face recognition — enable the methods that fit your deployment and compliance posture.
Require MFA for all users, admins only, or per-user enrollment. Stack Ixiea MFA on top of SAML, OIDC, or LDAP primary auth when your IdP does not cover every path.
One login, then brokered access
Operators authenticate to Ixiea first — via password, SSO, or SSH gateway auth. When policy requires it, MFA completes before a connection token is issued. Every subsequent brokered session rides on that authenticated identity.
Web console, workbench, or SSH client.
Primary auth and optional MFA before any target connection.
Second factor when global or per-user policy requires it.
What it covers
MFA where privileged access starts
Legacy protocols do not natively support modern second factors. Because Ixiea brokers those sessions, MFA at gateway login covers SSH shells, graphical RDP, and database clients without changing targets.
Direct SSH connections complete MFA through a keyboard-interactive challenge at the gateway — before a session is brokered to the target. No agent on the host, no change to sshd.
Password and federated logins can require a second factor before the workbench loads. Third-party login MFA lets you enforce Ixiea factors even when primary auth came from your IdP.
Users bind OTP secrets, passkeys, or other factors from their profile. Admins can reset MFA when devices are lost. Brute-force protection blocks repeated failed attempts.
Viewing account secrets in the console can require a fresh MFA verification within a configurable TTL — so a stale browser tab does not expose credentials without re-proofing.
Turn MFA off, require it for everyone, or require it for administrators only. Individual users can be enabled or force-enabled regardless of the global default.
When MFA applies
Clear triggers — no hidden risk engine
Ixiea MFA is policy-driven at known checkpoints: login, SSH gateway auth, and sensitive console actions. Command filtering and login approvals are separate controls — see command control and authorization.
Supported factors
Pick the methods your operators can actually use
Enable the factor backends that match your SMS gateway, RADIUS deployment, and security policy. Passkeys and OTP are the usual starting point; RADIUS and custom modules extend coverage for regulated environments.
Device compliance and geolocation policies belong in your IdP or endpoint stack. Ixiea honours federated primary auth and enforces its own second factor at the gateway when configured.
Factor types
- OTP / TOTP
Authenticator apps (RFC 6238). Most common enrollment path.
- Passkey
WebAuthn platform or security keys. Phishing-resistant when bound to your domain.
- SMS
One-time codes via configured SMS gateway.
- Email
Optional email OTP when SECURITY_MFA_BY_EMAIL is enabled.
- RADIUS OTP
Delegate the second factor to an existing RADIUS MFA service.
- Face recognition
Biometric verification when face recognition is enabled in your deployment.
Federation
Stack Ixiea MFA on your IdP
Most teams already enforce MFA in Okta, Entra ID, or another identity provider. Ixiea can rely on that primary authentication and still require a native second factor for privileged paths — especially SSH gateway login and secret viewing — where the IdP has no visibility.
Disabling an account in your directory removes gateway access immediately. MFA enrollment and reset stay auditable in Ixiea session logs.
Integration points
- SAML 2.0, OIDC, OAuth 2.0, and CAS for federated primary authentication
- LDAP and Active Directory for directory-backed login
- Third-party login MFA to require Ixiea factors after SSO
- Custom MFA module hook for organisation-specific factor backends
See it in your estate
Walk through web login, SSH MFA, and secret viewing
We will configure global MFA policy, enroll a test factor, and connect through SSH with keyboard-interactive verification.