-
Feature Request
-
Resolution: Done
-
Major
-
PLINK_3.0.0.beta2, PLINK_2.5.2.FInal
You can add AttributeStatement to SAML assertion implementing org.picketlink.identity.federation.core.interfaces.AttributeManager.
However, the value of NameFormat in AttributeStatement is hard-coded to "urn:oasis:names:tc:SAML:2.0:attrname-format:uri" in org.picketlink.identity.federation.core.saml.v2.util.StatementUtil.createAttributeStatement(Map<String, Object> attributes). It should be mutable, eg, "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
- relates to
-
PLINK-548 Ability to send different sets of attributes to different SPs
- Resolved