niif/simplesamlphp-module-shib2idpnameid
Composer 安装命令:
composer require niif/simplesamlphp-module-shib2idpnameid
包简介
Filter to generate generate PersistentNameID (and the value for eduPersonTargetedID) with the same algorithm as Shibboleth IdP does.
README 文档
README
This modul can generate PersistentNameID (and the value for eduPersonTargetedID) with the same algorithm as Shibboleth IdP does. You would need this module if you migrate your IdP from Shibboleth to SimpleSAMLphp, and don't want the ePTID values to be changed.
Usage
You have to use the same secretsalt as you did at Shibboleth IdP.
Put into the authproc.idp section:
5 => array(
'class' => 'shib2idpnameid:PersistentNameID',
'nameId' => true,
'attribute' => 'uid',
'attributename' => 'eduPersonTargetedID'
),
统计信息
- 总下载量: 272
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-only
- 更新时间: 2016-01-15