simplesamlphp-module-webauthn icon indicating copy to clipboard operation
simplesamlphp-module-webauthn copied to clipboard

A module implementing FIDO2 / WebAuthn as a second authentication factor

Results 6 simplesamlphp-module-webauthn issues
Sort by recently updated
recently updated
newest added

Installed SimpleSAMLphp-2.1 on a PHP-8.1 environment and installed Webauthn module using composer. Webauthn is configured as a process filter for two-factor authentication. SimpleSAMLphp is redirected to the Webauthn registration page...

When visiting multiple SPs in a row, simpleSAMLphp correctly only checks the first factor (say, password) the first time and skips this if a session is already valid. However, the...

bug
enhancement

Fix for https://github.com/simplesamlphp/simplesamlphp-module-webauthn/issues/76

I think the change made for https://github.com/simplesamlphp/simplesamlphp-module-webauthn/issues/64 broke creating the credentials table on mysql. The sql that tries to run is ```sql CREATE TABLE IF NOT EXISTS credentials ( creation_date...

The number of uses is shown in the `signCounter` column of the `fido2` database `credentials` table, but perhaps the last usage time and IP address would be useful. If I...

Finally transcribing a personal mail from Jan 2023 into an issue for visibility: While Windows Hello's (RSA) registration works when attestation is off, it fails when attestation is requested. That...