simplesamlphp/simplesamlphp-module-exampleattributeserver
最新稳定版本:v1.1.0
Composer 安装命令:
composer require simplesamlphp/simplesamlphp-module-exampleattributeserver
包简介
An example for SAML attributes queries
README 文档
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-exampleattributeserver
Configuration
Next thing you need to do is to enable the module:
in config.php, search for the module.enable key and set exampleattributeserver to true:
'module.enable' => [ 'exampleattributeserver' => true, … ],
统计信息
- 总下载量: 6.14M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-or-later
- 更新时间: 2019-05-29