How to insert POA UI login form into some external website?

Article ID: 1624 
Last Review: Oct,6 2008
Author:
Last updated by: system APPLIES TO:
  • Parallels Operations Automation

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


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields