niif / simplesamlphp-module-authtfaga

此软件包最新版本(v1.2.0)没有提供许可证信息。

simpleSAMLphp使用的Google Authenticator双因素认证模块

安装: 55

依赖: 0

建议者: 0

安全: 0

星标: 12

关注者: 4

分支: 10

开放问题: 4

类型:simplesamlphp-module

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

This package is auto-updated.

Last update: 2024-09-08 01:20:14 UTC


README

使用方法

通过向 config/authsources.php 添加条目来配置它,如下所示

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