Hi everyone, I've been stuck for a few days and can't figure out the problem.
When I upload the metadata, it shows that the format is being passed:
md:NameIDFormaturn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</md:NameIDFormat>
md:NameIDFormaturn:oasis:names:tc:SAML:2.0:nameid-format:persistent</md:NameIDFormat>
md:NameIDFormaturn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName</md:NameIDFormat>
md:NameIDFormaturn:oasis:names:tc:SAML:2.0:nameid-format:transient</md:NameIDFormat>
but again, I don’t understand why this is happening:
saml:Subject
<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">7</saml:NameID>
</saml:Subject>
I’m going through all the options in the identity provider, and it always returns unspecified.
Even though I’ve tried using all the standard NameID formats, it always returns unspecified.