How to access PEGA mash up web page without login screen for Non Pega users?
Hi Team,
I have created one PEGA mash up screen to get the values from end user.My goal is Any user can access my page without login
I created index.html and Pega Mash up code pasted in my web page in my local instance which i need to replicate the same in customer's dev server for demo.
I followed some PEGA mash up authentification and added the credentials in mash up code
data-pega-action-param-parameters='{"UserIdentifier":"dinesh","Password":"*****"}
Also most of the links are not able to access by my side.
Here is my code.
Hi Team,
I have created one PEGA mash up screen to get the values from end user.My goal is Any user can access my page without login
I created index.html and Pega Mash up code pasted in my web page in my local instance which i need to replicate the same in customer's dev server for demo.
I followed some PEGA mash up authentification and added the credentials in mash up code
data-pega-action-param-parameters='{"UserIdentifier":"dinesh","Password":"*****"}
Also most of the links are not able to access by my side.
Here is my code.
<script src ='http://localhost:8080/prweb/PRServlet/app/DMSample_2997/?pzuiactionzzz=CXtpbn1yMFBJemI1TEs4ZWF1S05ieUVOdnduMDN1LzBJOURiclJ4RGQ0Wnh0RmN0VVdlVm0wanZuRDBvRC96b2ZSSmxn*'></script> <div data-pega-encrypted ='true' data-pega-encrypted-hash = 'pzuiactionzzz=CXtpbn1VaVRRTFNTMlhxNWt0WW1HQ3drdkdKRmU4Uk9adkZ6d1VVcHBsWVBtMXpZb3p3eUR6SXdJNG1JdDBNekpTSkRFbXpiczNEM3pOeXoyUmM1NzBSRC9vR2pFWFNzeVpmbmZCWEJLbG0xbW9jZ1l5V0xndHYrbkdDYUU4eXI2L2ZzMmlnL25JWnpnbUVqSnRTdEtvOWZQc0pkdWRqRzF0ajdFUllTbCtSa0tvTDBuTm1JNW1wVlZGek84MC9ZRnRxemdOQi9xNXZGcDZyRUJCbDYvcXR2KzN0eWFIQ2xIaENrQjRNeGdTZ21Zd0Q0b1U3dnJqb0ZUSUZaZW5MSDhWM252c0lKYkJtOWRkcW9oWlIvRThXcXdhSUdPYXVGaTJyUzV6QkgycGIrOFRZdGJUbEJSWVlyWVd3TEVzOE9PWmRFb0s3QVZyMnA2eU5JM292N1RXN3lvc3c9PQ%3D%3D*' data-pega-gadgetname ='PegaGadget' data-pega-action ='createNewWork' data-pega-action-param-classname ='DMOrg-DMSample-Work-CustomerDesk-GenerateAssignments' data-pega-action-param-flowname ='pyStartCase' data-pega-isdeferloaded ='false' data-pega-applicationname ='DMSample' data-pega-threadname ='ExamApp' data-pega-resizetype ='stretch' data-pega-url ='http://localhost:8080/prweb/PRServlet/app/DMSample_2997/' data-pega-action-param-parameters ='{"pzSkinName":"pyEndUser","pyMashupSkeletonName":"pyDefaultMashupSkeleton"}' data-pega-action-param-parameters='{"UserIdentifier":"dinesh","Password":"*****"} >
</div>
I want to use this PEGA mash up screen without login.
So i passed the guest operator details in mashup code.
But still i am getting log in screen in my iframe.
Kindly help me on this.
Thanks,
Dinesh