niif / simplesamlphp-module-authtfaga
There is no license information available for the latest version (v1.2.0) of this package.
Two-factor authentication module for simpleSAMLphp using Google Authenticator
Package info
github.com/NIIF/simplesamlphp-module-authtfaga
Type:simplesamlphp-module
pkg:composer/niif/simplesamlphp-module-authtfaga
v1.2.0
2018-03-12 12:02 UTC
Requires
This package is auto-updated.
Last update: 2026-03-08 04:31:32 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'
),