<div dir="ltr">just to clarify, $employeeID is an attribute reference like so:<div><br></div><div><div style="color:rgb(0,0,0);font-family:"Roboto Mono",Menlo,Monaco,"Courier New",monospace,Menlo,Monaco,"Courier New",monospace;font-size:12px;line-height:18px;white-space:pre"><div><span style="color:rgb(128,0,0)"><InputAttributeDefinition</span> <span style="color:rgb(229,0,0)">ref</span>=<span style="color:rgb(0,0,255)">"employeeID"</span> <span style="color:rgb(128,0,0)">/></span></div></div></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Dec 18, 2024 at 3:10 PM Mohamed Lrhazi <<a href="mailto:lrhazi@cua.edu">lrhazi@cua.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">





<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-size-adjust:none;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:".AppleSystemUIFont";color:rgb(14,14,14)">Hello,</p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-size-adjust:none;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:14px;line-height:normal;font-family:".AppleSystemUIFont";color:rgb(14,14,14)"><br></p><div>I am encountering an issue with the following code within an attribute definition:</div><div><br></div><div>```</div><div><QueryTemplate></div><div><![CDATA[</div><div>SELECT CASE WHEN EXISTS (</div><div>SELECT 1 FROM PS_CX_TIMELYCAR_VW WHERE EMPLID = '$employeeID.get(0)'</div><div>) OR '$employeeID.get(0)' IN ('1400621', '1386568')</div><div>THEN 'true' ELSE 'false' END AS isTimelycareEligible</div><div>FROM DUAL</div><div>]]></div><div></QueryTemplate></div><div>```</div><div><br></div><div>This code functions as expected in Shibboleth version 4, returning 'true' for a user with emplid 1400621. However, in Shibboleth version 5, it returns 'false' for the same user.</div><div><br></div><div>Any idea what would be causing this? maybe $employeeID.get(0)' does not work the same way in version 5 ?</div><div><br></div><div>Thank you.</div><div>Mohamed</div><div><br></div></div>
</blockquote></div>