Skip to content

Implement subject-id in SAML (#2934)

Maxime Besson requested to merge fix-subject-id-req-2934 into v2.0

In order to add a subjectid() method in Safelib I had to copy encode_base32 from MIME::Base32 because it's only a few lines long and not worth adding a whole dependancy.

@guimard do I need to update debian/copyright to reflect this? Does the borrowed code need to be a in a separate perl file, or is a simple mention in Safelib.pm enough ? !343 (diffs)

Edited by Maxime Besson

Merge request reports