Question
Tcs
IN
Last activity: 19 Jun 2018 11:24 EDT
How to configure IAC Authentication
I am trying with webmash where I have an HTML page in which I am getting inputs for UserName and Password. I have used below Gateway URL configuration and Div code.
pega.web.config.gatewayURL="http://xxx.eee.fff:yyy/prweb/IAC"; //YOUR PRPC SERVER GOES HERE
pega.web.config.appName="xxAPP";
pega.web.config.systemID="default";
pega.web.config.thread="STANDARD";
pega.web.config.encrypt=false;
<div id="PegaSample" style="overflow:auto;width:100%;height:500px;"
PegaGadget="MyPegaSampleGadget"
PegaA="createNewWork"
PegaA_className="xxxclass"
PegaA_flowName="yyyflow"
PegaA_params='{"UserIdentifier":"<%= request.getParameter("UserIdentifier") %>",,"Password":"<%= request.getParameter("Password") %>"}'
>
In this I am able to enter username and password and once form is submitted, again I am triggered with Pega screen where it asks for username and password inside the webpage. Once I have give with credentials, entire web application is replaced with Pega portal. Can someone help me to resolve this issue?
I need Pega screen to be opened inside the web application from where I have launched Pega.
***Moderator Edit: Vidyaranjan | Updated Categories***