* Simon Deconde <
simon....@kanopy.com.au> [2016-05-10 03:18]:
Well, your SP is requesting
urn:oasis:names:tc:SAML:2.0:nameid-format:persistent as NameID format,
and the error message from that IDP says it does not support that. Not
sure what part of that is unclear?
Maybe that IDP only supports the (legacy-ish, for SAML2.0)
eduPersonTargetedId attribute or neither of those. Properly
implemented Persistent NameIDs come with quite a bit of baggage, also
including areas outside of the SAML IDP itself, touching on
institutional/business processes at the instiutiton. So some/many SAML
IDPs don't support them.
I'm assuming you know about the properties of Persistent
NameIDs[1],[2] and you don't want to use anything else. Otherwise my
advise may sound a bit like "If it hurts, don't do it".
[1] cf. section 8.3.7 in SAML Core
[2]
https://wiki.shibboleth.net/confluence/display/CONCEPT/NameIdentifiers
-peter