StoredID data connecter vs SAML2Persistent
Cantor, Scott
cantor.2 at osu.edu
Tue Jun 26 10:28:33 EDT 2018
> If SAML2Persistent is configured with the same salt and source attribute, will
> it produce the same values as the StoredID data connector?
The latter is for using a database, it only generates values as an option for migration. The ComputedId connector is the one that is meant for producing hashed values, and yes, it's the same code. And anybody using them needs to be using the BASE32 encoding option or you're at risk, there is no way to rely on case-sensitive handling of IDs and base64 IDs can collide.
-- Scott
More information about the users
mailing list