Cause
Need to integrate Parallels Operations Automation login form into some external website (http://www.provider.com, for example).Resolution
HTML FORM listed below lets customer to login to POA (https://cp.provider.com, for example):<form method="POST" action="@UI_URL@/servlet/Turbine/frm/single/action/PLoginHandler/event1234submit/doLogin">
<input name="user" type="text"/>
<input name="password" type="password"/>
<button type="submit">Login</button>
</form>@UI_URL@ should be replaced by the real URL of POA UI.
Note that in the case of incorrect credentials, POA will redirect the customer to the login page URL, not your custom website.
Keywords: login form