I'm developing a SSO using simpleSAMLphp.
I configured correctly the service provider and the IdP, but I have to send the XML to the SP with a NameID in a specific format.
How can I perform this? In the metadata? or can I do it through the code?
Thanks,