<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">the SP&#39;s metadata should include an NameIDFormat element with the Format it wants to get.<br></blockquote><div><br></div><div>Specifying nameIDPrecedence on the RP was the only mechanism that worked for me. I have an SP that needs unspecified, and despite the desired format appearing in both the metadata<br></div><div><br></div><div><div>&lt;EntityDescriptor entityID=&quot;<a href="https://foo.cc.vt.edu/sites.html/content">https://foo.cc.vt.edu/sites.html/content</a>&quot;&gt;</div><div>  &lt;SPSSODescriptor protocolSupportEnumeration=&quot;</div><div>      urn:oasis:names:tc:SAML:2.0:protocol</div><div>      urn:oasis:names:tc:SAML:1.1:protocol&quot;</div><div>      AuthnRequestsSigned=&quot;false&quot;</div><div>      WantAssertionsSigned=&quot;true&quot;&gt;</div><div>    &lt;NameIDFormat&gt;urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified&lt;/NameIDFormat&gt;...</div></div><div><br></div><div>and the AuthnRequest</div><div><br></div><div><div>&lt;samlp:AuthnRequest...&gt;</div><div>    &lt;saml:Issuer xmlns:saml=&quot;urn:oasis:names:tc:SAML:2.0:assertion&quot;&gt;<a href="https://foo.cc.vt.edu/sites.html/content">https://foo.cc.vt.edu/sites.html/content</a>&lt;/saml:Issuer&gt;</div><div>    &lt;samlp:NameIDPolicy AllowCreate=&quot;true&quot; Format=&quot;urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified&quot;/&gt;</div><div>&lt;/samlp:AuthnRequest&gt;</div></div><div><br></div><div>the IdP is still sending the default NameID format. When I explicitly set the precedence with unspecified first in an override for that particular entity, it works as desired.<br></div><div><br></div><div>M<a href="mailto:users-unsubscribe@shibboleth.net" target="_blank"></a><br>
</div><div><br></div></div></div>