What is the best way to authenticate a call to an activity from html form?
Hi All - I have couple of scenarios where I have to call pega activity from html form directly to create a case. This html form is available to all the users of a department on sharepoint but not all users are operators in pega. I am having hard time to decide how to implement authentication around it before executing activity. I thought of using a common ID irrespective of whoever submits the form but in that case I have to store corresponding password in plain text either in html form or in pega which is never a good practice. Any suggestion would be highly appreciated.