...
DualShield supports almost every type of multi-factor authenticaiton authentication method that you have ever seen and wanted to use, covering all areas in knowledge-based (what you know), token & device-based (what you have) and biometrics (what you are).
...
- VPN Login, e.g. Cisco ASA, Palo Alto SonicWall. WatchGuard, etc.
- Windows Login: AD domain login, RDP login
- MacOS Login
- Web Applications. e.g. SharepointSharePoint, CRM, ERP, etc
- Cloud Service, e.g. Office 365, Google Apps, SalesForce, AWS, etc.
- Outlook Anywhere, Outlook Web Access, ActiveSync
...
- LDAP: commonly used to provide a directory service for storing user information and to verify user credentials, i.e. usernames and passwords.
- RADIUS: a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) services, commonly used by networking devices such as firewalls and VPN servers.
- SAML: an open standard for exchanging authentication and authorization data between parties, in particular, between an identity provider and a service provider. Commonly used by web & cloud applications to provide single sign-on (SSO).
- FIDO: a set of security specifications for strong authentication including multifactor authentication (MFA) and public key cryptography (PKI). Commonly used to replace password with device-based authentication.
- OATH: a set of open authentication standards, e.g. TOTP (Time-based One-Time Password) and HOTP (Event-based One-Time Password), which have become the de facto OTP standards supported by many multi-factor authentication products.
...