|
|
|
|
|
by rawfan
1119 days ago
|
|
We‘re using a FIDO2 security key as a passkey. Corporate policies force our users to also password-protect these. So whenever people authenticate using a FIDO2 key as their passkey, they also need to enter its password. The benefit of passkeys are: - the Webapps only store a specific public key instead of a hashed password - a direct connection is necessary for the challenge/response flow so that phishing attacks or MITM are impossible (AFAIK) |
|