You need to sign in to do that
Don't have an account?

SFDC as IdP: SAML NameIDFormat
Is it possible to change how SFDC asserts the NameIDFormat when SFDC is IdP?
SP metadata specifies to send it like this:
<NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
<NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat>
But SFDC sends this:
<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">jhenson@cleartask.com</saml:NameID>
Thanks