Decoding NameID attributes shouldn't always default name qualifiers
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
Since not all NameID formats specify any use of NameQualifier/SPNameQualifier, the decoding process shouldn't just automatically default in the IdP/SP as the qualifiers. This matters mostly for cases where the decoded values might get turned back into a NameID.
Easiest fix is to add a decoder flag to control this, so different formats can be handled as needed without building in knowledge.
Since not all NameID formats specify any use of NameQualifier/SPNameQualifier, the decoding process shouldn't just automatically default in the IdP/SP as the qualifiers. This matters mostly for cases where the decoded values might get turned back into a NameID.
Easiest fix is to add a decoder flag to control this, so different formats can be handled as needed without building in knowledge.