Hello,
Yes I found finally, the second issue was an issue from the provider, that he fix it.
The first issue, was fixed by adding :
'authproc' => [
99 => array(
'class' => 'saml:AttributeNameID',
'identifyingAttribute' => 'uid',
'Format' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
),
],
Directly in the metadata of the SP.
Thank you Again,
Fabrice
Thank you