<div dir="ltr">I&#39;d like to create a binary attribute using a scripted attribute definition.  I see in the documentation (<a href="https://wiki.shibboleth.net/confluence/display/IDP30/ScriptedAttributeDefinition#ScriptedAttributeDefinition-AddingValues).">https://wiki.shibboleth.net/confluence/display/IDP30/ScriptedAttributeDefinition#ScriptedAttributeDefinition-AddingValues).</a>..<div><br></div><div>    Values are added to the attributed by calling the addValue() method.</div><div>    This must take either a String value or an object which implements</div><div>     net.shibboleth.idp.attribute.AttributeValue (Volatile link).  The former</div><div>     is the most likely example. A useful example of the latter is</div><div>     net.shibboleth.idp.attribute.ScopedStringAttributeValue (Volatile link)</div><div>     which has two constructor parameters - the  value and scope, respectively.<br></div><div><br></div><div>The links point in to the shibboleth build system.  I&#39;m wondering if you could add binary data using a net.shibboleth.idp.attribute.AttributeValue object?</div><div><br></div><div>Liam</div></div>