For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting started with passwordless authentication

This guide introduces passwordless authentication. You'll understand how authentication works, what you can protect with it, and the steps to go from a new tenant to a working passwordless login.


What it is

1Kosmos replaces passwords with phishing-resistant, biometric authentication. Instead of a shared secret that can be stolen, reset, or phished, each sign-in is tied to a verified identity and backed by FIDO2 cryptographic keys. Users enroll their identity once and can then authenticate across systems, online or offline, without carrying a password or a separate hardware token for every app.

Because credentials are never stored or transmitted in a way an attacker can reuse, common attacks like phishing and credential stuffing are designed out rather than defended against. Teams typically also see fewer password-reset tickets, since recovery is handled through self-service biometric verification.

How authentication works

Authentication happens in three stages:

  1. Verify identity with biometrics. The user proves who they are with a biometric check that meets NIST IAL2/AAL2 assurance levels. Because the verified identity is stored in the cloud rather than bound to a single device, users can enroll once and authenticate from anywhere.

  2. Unlock cryptographic keys. A successful biometric check unlocks the user's FIDO2 private key locally. No password or reusable credential is sent over the network, which is what makes the flow resistant to phishing.

  3. Authenticate across systems. The same verified identity works across desktops, servers, web apps, SSO platforms, VPNs, and privileged systems, whether the device is online or offline.

What you can secure

Scenario
Description

SSO & applications

Authenticate once with biometrics and reach connected apps. Integrates with Microsoft, Okta, Ping, Saleforce, G-Suite, Entra EAM or Adaptive MFA can raise or lower friction based on risk.

Workstations

Sign in to Windows, macOS, and Linux desktops, servers, and VDI with face or fingerprint, governed by centralized policy.

Network & legacy systems

Extend passwordless to VPNs, network devices, and older applications over standard protocols, without rewriting them.

Shared devices

Workers authenticate at any shared terminal with a fingerprint after a one-time enrollment.

Shared accounts

Behavioral verification ties each action on a shared account back to an individual, producing a full audit trail.

Last updated

Was this helpful?