niif / simplesamlphp-module-authtfaga
Two-factor authentication module for simpleSAMLphp using Google Authenticator
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 10
Open Issues: 4
Type:simplesamlphp-module
Requires
This package is auto-updated.
Last update: 2024-11-08 01:42:26 UTC
README
Usage
Configure it by adding an entry to config/authsources.php
such as this:
'authtfaga' => array(
'authtfaga:authtfaga',
'db.dsn' => 'mysql:host=db.example.com;port=3306;dbname=idpauthtfaga',
'db.username' => 'simplesaml',
'db.password' => 'bigsecret',
'mainAuthSource' => 'ldap',
'uidField' => 'uid',
'totpIssuer' => 'dev_aai_teszt_IdP'
),