niif/simplesamlphp-module-shib2idpnameid

过滤以生成持久化NameID(以及eduPersonTargetedID的值),使用与Shibboleth IdP相同的算法。

安装: 236

依赖: 0

建议者: 0

安全: 0

星星: 2

关注者: 2

分支: 2

开放问题: 4

类型:simplesamlphp-module

v1.3 2020-02-07 16:16 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'
),