Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Support for binary attributes in resolver
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
Reported by Luke Howard, moved from old Jira.
There's a case where I'd like to map a binary GSS attribute using the Shibboleth resolver. Support for binary attributes would be useful.
To detect binary attributes, dynamic_cast to BinaryAttribute and you can access the raw value with the getValues() method. getSerializedValues will still return the base64-encoded values.
Reported by Luke Howard, moved from old Jira.
There's a case where I'd like to map a binary GSS attribute using the Shibboleth resolver. Support for binary attributes would be useful.