niif / simplesamlphp-module-authtfaga
此软件包最新版本(v1.2.0)没有提供许可证信息。
simpleSAMLphp使用的Google Authenticator双因素认证模块
v1.2.0
2018-03-12 12:02 UTC
Requires
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'
),