You can find the LoginID in two ways:
To use an Xpath query to determine the LoginID
Note: Click Help for a description of fields, controls, and their respective requirements.
Xpath queries should not contain namespace prefixes. The following is an invalid Xpath query:
/saml:Response/saml:Assertion/saml:AuthenticationStatement/ saml:Subject/saml:NameIdentifier/text()
The valid Xpath query is:
//Response/Assertion/AuthenticationStatement/Subject/ NameIdentifier/text()
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |