sitya/simplesamlphp-module-attributelimit
Composer 安装命令:
composer require sitya/simplesamlphp-module-attributelimit
包简介
README 文档
README
Install
composer require niif/simplesamlphp-module-attributelimit
Usage
This module is a forked version of SimpleSAMLphp core:AttributeLimit. It adds the functionality of specifying bilateral attribute relations in addition to the attribute rules defined in the peer's metadata. You can both specify SP entityIDs where you send some additional attributes (bilateralSPs) and special attributes to send to some SPs (bilateralAttributes).
Example configuration:
$config = array(
'class' => 'niif:AttributeLimit',
'bilateralSPs' => array(
'entityid1' => array(
'attr1',
'attr2'
),
'entityid2' => array(
'attr1',
'attr2'
),
),
'bilateralAttributes' => array(
'attr1' => array(
'entityid1',
'entityid2'
),
'attr2' => array(
'entityid1',
'entityid2'
),
),
'attribute_x', 'attribute_y',
)
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-04-03