Troubleshooting Xsuite HTML WebSSO Auto-connect Method to a target web portal
search cancel

Troubleshooting Xsuite HTML WebSSO Auto-connect Method to a target web portal

book

Article ID: 10684

calendar_today

Updated On:

Products

CA Privileged Access Manager - Cloakware Password Authority (PA) CA Privileged Access Manager (PAM)

Issue/Introduction

Xsuite HTML WebSSO – Use this option when the login method that is employed by the web portal is HTML-based. (This is the most common method.) It employs JavaScript injection to provide credentials to a web page's HTML as it is being loaded into the Xceedium Browser, and then execute the login.



Environment

Release: PAMDKT99500-2.7-Privileged Access Manager-NSX API PROXY
Component:

Resolution

Xsuite HTML WebSSO is only supporting automatic login to a web portal which is employing HTML-based "input" and "button" controls e.g.

<!DOCTYPE html>
<html>
<body>

<form action="/action_page.php" method="get">
Username: <input type="text" name="fname"><br>
Password: <input type="text" name="lname"><br>
<button type="submit" value="Submit">Submit</button>
<button type="reset" value="Reset">Reset</button>
</form>

</body>
</html>


To confirm this is the case in your web portal, please load the page in your native Web Browser and view the source code of the page.

While running the Learn Mode make sure all the relevant controls are all green circled upon marking these as Accountname Field, Password Field and Submit Button as shown in below example.
Should this not be the case then it is indicating that the Xsuite HTML WebSSO method is not recognising the control correctly.

 

 

Attachments

1558701608263000010684_sktwi1f5rjvs16pj7.png get_app