simplesamlphp-module simplesamlphp-module-authtfaga
Two-factor authentication module for simpleSAMLphp using Google Authenticator
niif/simplesamlphp-module-authtfaga
Two-factor authentication module for simpleSAMLphp using Google Authenticator
- Monday, March 12, 2018
- by gyufi
- Repository
- 2 Watchers
- 7 Stars
- 17 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 5 Forks
- 1 Open issues
- 3 Versions
- 0 % Grown
Two-factor authentication module for simpleSAMLphp using Google Authenticator
Usage
Configure it by adding an entry to config/authsources.php
such as this:, (*1)
```
'authtfaga' => array(
'authtfaga:authtfaga',, (*2)
'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'
),
```, (*3)
dev-master
9999999-dev
Two-factor authentication module for simpleSAMLphp using Google Authenticator
Sources
Download
The Requires
v1.2.0
1.2.0.0
Two-factor authentication module for simpleSAMLphp using Google Authenticator
Sources
Download
The Requires
v1.0
1.0.0.0
Two-factor authentication module for simpleSAMLphp using Google Authenticator
Sources
Download
The Requires