Skip to content

Two-factor authentication module for simpleSAMLphp using Google Authenticator

Notifications You must be signed in to change notification settings

NIIF/simplesamlphp-module-authtfaga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two-factor authentication module for simpleSAMLphp using Google Authenticator

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'
        ),

About

Two-factor authentication module for simpleSAMLphp using Google Authenticator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages