Question

express scripts
US
Last activity: 2 Jan 2018 2:05 EST
Auto login in mashup
We are using pega 7.2.2 and as a matter of fact the mashup setup is quite simple when compared to earlier versions since gateway is eliminated.
I have the below mashup code that shows up whenever the specific html is loaded in a website. This code always shows up pega login screen. Can you please suggest if the way that user parameters that I am sending correct or not
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<h1> Express Scripts Inc</h1>
<!-- ********************** Begin Pega content ********************** -->
We are using pega 7.2.2 and as a matter of fact the mashup setup is quite simple when compared to earlier versions since gateway is eliminated.
I have the below mashup code that shows up whenever the specific html is loaded in a website. This code always shows up pega login screen. Can you please suggest if the way that user parameters that I am sending correct or not
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<h1> Express Scripts Inc</h1>
<!-- ********************** Begin Pega content ********************** -->
<script src ='URL?pyActivity=pzIncludeMashupScripts'></script>
<script>
pega.web.config.appName="LatePARP";
pega.web.config.systemID="default";
pega.web.config.thread="STANDARD";
pega.web.config.encrypt=false;
</script>
<div style="overflow:auto;"
data-pega-gadgetname ='PegaGadget'
data-pega-action ='createNewWork'
data-pega-action-param-classname ='ESI-LatePARP-Work'
data-pega-action-param-flowname ='MashupTest'
data-pega-action-param-model ='MashUpTest'
data-pega-isdeferloaded ='false'
data-pega-applicationname ='LatePARP'
data-pega-threadname ='STANDARD'
data-pega-systemid ='pega'
data-pega-resizetype ='stretch'
data-pega-url ='URL'
data-pega-redirectguests ='false'
data-pega-action-param-parameter = '{"UserIdentifier":"user1","Password":"rules"}'
></div>