simplesamlphp-module simplesamlphp-module-shib2idpnameid
Filter to generate generate PersistentNameID (and the value for eduPersonTargetedID) with the same algorithm as Shibboleth IdP does.
niif/simplesamlphp-module-shib2idpnameid
Filter to generate generate PersistentNameID (and the value for eduPersonTargetedID) with the same algorithm as Shibboleth IdP does.
- Friday, January 15, 2016
- by gyufi
- Repository
- 1 Watchers
- 2 Stars
- 14 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Shib2nameID modul for SimpleSAMLphp
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., (*1)
Usage
You have to use the same secretsalt
as you did at Shibboleth IdP., (*2)
Put into the authproc.idp
section:, (*3)
5 => array(
'class' => 'shib2idpnameid:PersistentNameID',
'nameId' => true,
'attribute' => 'uid',
'attributename' => 'eduPersonTargetedID'
),
dev-master
9999999-dev
Filter to generate generate PersistentNameID (and the value for eduPersonTargetedID) with the same algorithm as Shibboleth IdP does.
Sources
Download
The Requires
v1.0
1.0.0.0
Filter to generate generate PersistentNameID (and the value for eduPersonTargetedID) with the same algorithm as Shibboleth IdP does.
Sources
Download
The Requires