<div dir="ltr"><div>I'm performing mental gymnastics and probably going up the creek.</div><div><br></div><div>Can 'Mapped' attributes perform and AND calculation -- like below? Returns <b>'<a href="https://elece/faculty">https://elece/faculty</a>'</b> when both '<i>ACTIVEFACULTY</i>' <u><b>AND</b></u> '<i>cn=FACULTY,ou=ELECE</i>' are available (derived from the dependencies '<u>EmployeeStatus</u>' and '<u>groupMembership</u>' respectively)?</div><div><br></div><div>Or the route is scripted?<br></div><div><br></div><div><resolver:AttributeDefinition id="FOOEntitlement" xsi:type="Mapped" xmlns="urn:mace:shibboleth:2.0:resolver"><br>         <resolver:Dependency ref="EmployeeStatus" /><br>         <resolver:Dependency ref="groupMembership" /><br>         <resolver:AttributeEncoder xsi:type="SAML2String" <br>                                         xmlns="urn:mace:shibboleth:2.0:attribute:encoder" <br>                                            name="urn:mace:dir:attribute-def:FOOEntitlement" <br>                                      friendlyName="FOOEntitlement"/><br>                                               <ValueMap><br>                                              <ReturnValue><a href="https://elece/faculty">https://elece/faculty</a></ReturnValue><br>                                                  <SourceValue ignoreCase="true">ACTIVEFACULTY</SourceValue><br>                                                <SourceValue ignoreCase="true">cn=FACULTY,ou=ELECE</SourceValue><br>                                              </ValueMap><br>      </resolver:AttributeDefinition></div></div>