When developing a Web Portal TCP/UDP Service in PAM to do auto-logins, a PAM Admin cannot get our learn mode to detect or to auto-login successfully.
Release : 3.4.x, 4.0.x. 4.1.x
Component : PRIVILEGED ACCESS MANAGEMENT
In order for PAM to do successful Web Portal auto-logins the following requirements must be met:
To elaborate further, if we take the following commonly available website:
https://en.wikipedia.org/
Here if we click on the login page:
https://en.wikipedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page
and right click on the login area and choose "Inspect" (In Chrome) - you will see the following:
Here you can see it clearly has a htmlform with clear HTMLTextField's for loginText and loginPassword that PAM clearly can inject the credentials in.
The above example has a HTMLSubmit field that support the form that includes the Username and Password.