SSO URL Login -- Track UserID and status during failure scenario
HI ,
The requirement is to track the Success and Failure details(UsersID, Status=Success/Failure) while logging in to the SSO url.
Am able to achieve the same in LDAP url as query string has required details.
In SSO url login for success scenario, able to capture the user id from pxRequestor.pyUseridentifier . But unable to determine failure case and fetch userid.
Thanks,