niif / simplesamlphp-module-shib2idpnameid
过滤以生成持久化NameID(以及eduPersonTargetedID的值),使用与Shibboleth IdP相同的算法。
v1.3
2020-02-07 16:16 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-08-29 04:09:09 UTC
README
此模块可以生成持久化NameID(以及eduPersonTargetedID的值),使用与Shibboleth IdP相同的算法。如果您需要将您的IdP从Shibboleth迁移到SimpleSAMLphp,并且不想更改ePTID值,则需要此模块。
使用方法
您必须使用与Shibboleth IdP相同的secretsalt
。
放入authproc.idp
部分
5 => array(
'class' => 'shib2idpnameid:PersistentNameID',
'nameId' => true,
'attribute' => 'uid',
'attributename' => 'eduPersonTargetedID'
),