2017 © Pedro Peláez
 

simplesamlphp-module simplesamlphp-module-authtfaga

Two-factor authentication module for simpleSAMLphp using Google Authenticator

image

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

The README.md

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)

The Versions

12/03 2018

dev-master

9999999-dev

Two-factor authentication module for simpleSAMLphp using Google Authenticator

  Sources   Download

The Requires

 

12/03 2018

v1.2.0

1.2.0.0

Two-factor authentication module for simpleSAMLphp using Google Authenticator

  Sources   Download

The Requires

 

15/01 2016

v1.0

1.0.0.0

Two-factor authentication module for simpleSAMLphp using Google Authenticator

  Sources   Download

The Requires