simplesamlphp / simplesamlphp-module-authyubikey
A module that is able to authenticate against YubiKey
Installs: 6 068 772
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 1
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-authyubikey
Requires
- php: >=7.4 || ^8.0
- simplesamlphp/assert: ^0.8.0
- simplesamlphp/simplesamlphp: ^2.0.0
- surfnet/yubikey-api-client: ^2.3
Requires (Dev)
This package is auto-updated.
Last update: 2025-10-09 08:12:36 UTC
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-authyubikey
Configuration
Next thing you need to do is to enable the module: in config.php
,
search for the module.enable
key and set authyubikey
to true:
'module.enable' => [ 'authyubikey' => true, … ],