simplesamlphp/simplesamlphp-module-negotiateext
Composer 安装命令:
composer require simplesamlphp/simplesamlphp-module-negotiateext
包简介
This module implements Microsofts Kerberos SPNEGO mechanism nu leveraging Apache modules
README 文档
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-negotiateext
Configuration
Next thing you need to do is to enable the module:
in config.php, search for the module.enable key and set negotiateext to true:
'module.enable' => [ 'negotiateext' => true, … ],
统计信息
- 总下载量: 67
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2021-03-27