<div dir="ltr"><div>Hi:</div><div><br></div><div>Can the NameID  'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent' ever be generated from a source attribute - via 'saml-nameid.xml' file? <br></div><div><br></div><div>Example below.</div><div><br></div><div>For reasons unfathomable yet to me, more digging required, the value generated appears to be a persistent id and I can't over-ride it to 'mail'.<br></div><div><br></div><div><bean parent="shibboleth.SAML2AttributeSourcedGenerator" <br>                  p:format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" <br>                 p:attributeSourceIds="#{ {'mail'} }"> <br>                         <property name="activationCondition"> <br>                            <bean parent="shibboleth.Conditions.RelyingPartyId" c:candidates="#{{'foobar'}}" /> <br>                      </property> <br>            </bean></div></div>