On 28 October 2015 at 17:00, Jeffrey Krug <
gtk...@gmail.com> wrote:
> Sometimes the attribute value for one of the attributes asserted by my
> Simple SAML IDP has no value in the user store (DB). When this happens the
> SAML Assertion includes the saml:Attribute but the saml:AttributeValue is
> empty, for example:
>
> <saml:Attribute Name="sample"
> NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
> <saml:AttributeValue xsi:type="xs:string"/>
> </saml:Attribute>
>
> Some partners are having trouble with this, they would rather the attribute
> be filtered out (do not transmit, instead of transmit without value). I
> also think it makes sense to not transit the attribute if it has no value.
> Is there such a filter that I can apply to get that result?