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

Installs: 55

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 4

Forks: 10

Open Issues: 4

Type:simplesamlphp-module

v1.2.0 2018-03-12 12:02 UTC

This package is auto-updated.

Last update: 2024-04-08 00:25:16 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'
        ),