Hi all
Hoping to get a point in the right direction....
I'm having issues with the real idp though, and I'm not sure whether it's down to my configuration. The eduPersonTargetedID returned by the idp contains a nameID object, and I can't figure out how to get the actual value out of it.
The nameID object looks like this:
SAML2\XML\saml\NameID Object (
[nodeName:protected] => saml:NameID
[Format] => urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
[SPProvidedID] =>
[value] => dxSCYAcgSKRvCCv2w1RubZEOpe0=
[element] => DOMElement Object ( [schemaTypeInfo] => )
)
After successfully authenticating, and getting the attributes with getAttributes();, do I need to do something to decrypt the value in eduPersonTargetedID, or should this have happened automatically, indicating that I have a configuration issue? Or, have I completely misunderstood what this NameID object even is??
Is the fact that 'element' appears to be an empty DOMElement object an issue?
Thanks in advance!
Andy x