<div dir="ltr"><div>Not sure why no one has picked this up but I think the issue </div><div>is that the SAML Request for the active client is using the </div><div>transient NameID format. A transient name ID is usually only</div>
<div>valid for the life of the session. Hence the _99... NameID below.</div><div><br></div><div><saml2:NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient" </div><div>NameQualifier="<a href="https://shibbidp.eduteamit.net/idp/shibboleth">https://shibbidp.eduteamit.net/idp/shibboleth</a>"></div>
<div>_9955833da857f2fa2b7915bd24982e1</div><div>8</saml2:NameID></div><div><br></div><div><br></div><div>You could try adding this to your attribute-resolver.xml to force the </div><div>static GUID into the NameID for the transient format.</div>
<div><br></div><div> <resolver:AttributeEncoder xsi:type="SAML2StringNameID" </div><div>xmlns="urn:mace:shibboleth:2.0:attribute:encoder" </div><div>nameFormat="urn:oasis:names:tc:SAML:2.0:nameid-</div>
<div>format:transient" /></div><div><br></div><div><br></div></div>