Pega mashUp authentication
Hi,
I am trying the pega mashup by generating the following meshup code, but i am getting the "invalid Operator credentials". but the operator is made "external authentication".
Following code was working with 7.2, same trying in 7.3.1 getting "invalid Operator credentials" error .
<HTML>
<P> TEST PEGA MEshUP </P>
<!-- ********************** Begin Pega content ********************** -->
<!-- ********************** Begin Pega content ********************** -->
<script src ='http://localhost:8080/prweb/PRServlet?pyActivity=pzIncludeMashupScripts'></script>
<div data-pega-gadgetname ='PegaGadget'
data-pega-action ='createNewWork'
data-pega-action-param-classname ='ORT5RH-xxxx-Work-ABC'
data-pega-action-param-flowname ='ShowWorklist'
data-pega-action-param-model =''
data-pega-isdeferloaded ='false'
data-pega-applicationname ='ABC'
data-pega-threadname ='STANDARD'
data-pega-systemid ='pega'
data-pega-resizetype ='stretch'
data-pega-url ='http://localhost:8080/prweb/IAC'
data-pega-redirectguests ='true'
data-pega-action-param-parameters="{UserIdentifier:'Chandan',Password:'xxxxx'}"
></div>
<!-- ********************** End Pega content ********************** -->
</HTML>
2) I also tried with following code as well . getting "invalid operator Credentials" . When i type the same login ID on login screen i am able to login.
Hi,
I am trying the pega mashup by generating the following meshup code, but i am getting the "invalid Operator credentials". but the operator is made "external authentication".
Following code was working with 7.2, same trying in 7.3.1 getting "invalid Operator credentials" error .
<HTML>
<P> TEST PEGA MEshUP </P>
<!-- ********************** Begin Pega content ********************** -->
<!-- ********************** Begin Pega content ********************** -->
<script src ='http://localhost:8080/prweb/PRServlet?pyActivity=pzIncludeMashupScripts'></script>
<div data-pega-gadgetname ='PegaGadget'
data-pega-action ='createNewWork'
data-pega-action-param-classname ='ORT5RH-xxxx-Work-ABC'
data-pega-action-param-flowname ='ShowWorklist'
data-pega-action-param-model =''
data-pega-isdeferloaded ='false'
data-pega-applicationname ='ABC'
data-pega-threadname ='STANDARD'
data-pega-systemid ='pega'
data-pega-resizetype ='stretch'
data-pega-url ='http://localhost:8080/prweb/IAC'
data-pega-redirectguests ='true'
data-pega-action-param-parameters="{UserIdentifier:'Chandan',Password:'xxxxx'}"
></div>
<!-- ********************** End Pega content ********************** -->
</HTML>
2) I also tried with following code as well . getting "invalid operator Credentials" . When i type the same login ID on login screen i am able to login.
Any additional configuration need to be done for mashup ?
<!-- ********************** Begin Pega content ********************** -->
<script src ='http://localhost:8080/prweb/PRServlet?pyActivity=pzIncludeMashupScripts'></script>
<script>
pega.web.config.appName="Learning";
pega.web.config.systemID="pega";
pega.web.config.thread="STANDARD";
pega.web.config.encrypt=false;
</script>
<div data-pega-gadgetname ='PegaGadget'
data-pega-action ='createNewWork'
data-pega-action-param-classname ='xxx-xxx-Work-PegaMashup'
data-pega-action-param-flowname ='pyStartCase'
data-pega-action-param-model =''
data-pega-isdeferloaded ='false'
data-pega-applicationname ='Learning'
data-pega-threadname ='STANDARD'
data-pega-systemid ='pega'
data-pega-resizetype ='stretch'
data-pega-url ='http://localhost:8080/prweb/IAC'
PegaA_params="{UserIdentifier:'login@mashup',Password:'rules'}"
data-pega-redirectguests ='true' ></div>
<!-- ********************** End Pega content ********************** -->
Thanks
Chandan U
***Edited by Moderator Marissa to update platform capability tags***