I’m working on a SAML SSO application, the SP requires that the SAML NameID format to be:
<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">123456</saml:NameID>
If ADFS, I can use a transform rule to create a claim with NAMEID format. Is there a way to create a policy in Azure for this? I came across an article below, but it didn’t provide information on how to create the NameID policy.
https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-single-sign-on-protocol-reference
Thanks,