Situatie
Passwords cause endless reset tickets. Fix it with passwordless login.
Solutie
Steps:
-
Set up an identity provider (example: Keycloak).
-
Install via Docker:
-
-
Enable passwordless authentication:
-
In Keycloak →
Authentication → Flows → Browser → Add WebAuthn
.
-
-
Register devices (fingerprint, YubiKey, or phone).
-
Connect apps via SSO:
-
Example with Google Workspace → set Keycloak as SAML provider.
-
-
Enable MFA backup: phone push or biometrics.
-
Train your team → show them how to log in using biometrics/YubiKey.
-
Disable password login in Keycloak:
-
Realm Settings → Login → Disable "Username/Password"
.
-
Leave A Comment?