niif/simplesamlphp-module-authtfaga
Composer 安装命令:
composer require niif/simplesamlphp-module-authtfaga
包简介
Two-factor authentication module for simpleSAMLphp using Google Authenticator
README 文档
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'
),
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-01-15