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.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
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.