Good morning SimpleSAML group.
First off, thank you for the product. I've used it in a number of different deployments and it generally works very well. With that, I am no expert in SAML and am reaching out today for some help/guidance.
Our previous successes in deployment were all based on ADFS integrations and a client is migrating from this to Ping Identity. I'm at a point where I'm exceeding my knowledge of SAML / SimpleSAML and what to do next.
Essentially, I'm up against Ping right now with the message:
Sorry, we are unable to satisfy the requested NameID format. Requested Format: urn:oasis:names:tc:SAML:2.0:nameid-format:transient. Format from the IdP: urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
Most of the guidance I've read thus far suggests adding "NameIDFormat" to the entry in sam20-idp-remote.php in styles such as
'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified',
or
‘NameIDFormat’ => ‘urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress’,
Neither of which seem to have any effect on the result.
Does anyone have a sample configuration or breadcrumbs of a Ping Identity configuration that I might be able to review, just to see if I've managed to really bugger up during my attempts?
Many thanks.
P