<div dir="ltr">Hello,<div><br></div><div>I am trying to figure out what I am doing wrong... if x_department is TS_OPS, should this not map to true?</div><div><br></div><div>In the log I see:</div><div><br></div><div><div style="color:rgb(0,0,0);font-family:Consolas,"Courier New",monospace;font-size:14px;line-height:19px;white-space:pre"><div>Attribute Definition isLawMember: mapped dependency attribute value TS_OPS to the values [StringAttributeValue{<span style="color:rgb(0,0,255)">value</span>=false}]</div><div>Attribute Definition isLawMember: mapping dependency attribute value TS_OPS</div><div>Attribute Definition <span style="color:rgb(163,21,21)">'isLawMember'</span>: Attempting to map the following values: [StringAttributeValue{<span style="color:rgb(0,0,255)">value</span>=TS_OPS}]</div><div><br></div></div></div><div>and the definition is:<br><div><br></div><div><AttributeDefinition id="isLawMember" xsi:type="Mapped"><br>        <InputAttributeDefinition ref="x_department" /><br>        <DefaultValue>false</DefaultValue><br>        <ValueMap><br>            <ReturnValue>true</ReturnValue><br>            <SourceValue partialMatch="true" caseSensitive="false">law</SourceValue><br>            <SourceValue partialMatch="true" caseSensitive="false">law_school</SourceValue><br>            <SourceValue partialMatch="true" caseSensitive="false">law_ccls</SourceValue><br>            <SourceValue partialMatch="true" caseSensitive="false">law_librry</SourceValue><br>            <SourceValue partialMatch="true" caseSensitive="false">ops</SourceValue><br>        </ValueMap><br>        <AttributeEncoder xsi:type="SAML1String" name="urn:mace:dir:attribute-def:isLawMember"<br>            encodeType="false" /><br>        <AttributeEncoder xsi:type="SAML2String" name="isLawMember" friendlyName="isLawMember"<br>            encodeType="false" /><br>    </AttributeDefinition><br></div><div><br></div><div><br></div></div></div>