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.
Release: PAMDKT99500-2.7-Privileged Access Manager-NSX API PROXY
Component:
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.