Question
Cittacore Technologies
IN
Last activity: 21 Nov 2024 16:32 EST
How to create a case through Mashup without authentication
Hi,
I have a simple use case where I just want to be able to create a case on an external website without any authentication using PEGA Mashup.
I have generated the code and I am using the data-pega-action-param-parameters ='{"UserIdentifier":<Username>,"Password":<64 base encoded password>}' to pass the details of my Guest operator. Even though I am using the 64 base encoded password, I am still being asked to enter login details.
Any help would be appreciated.
Please find my mashup code below:
<!-- ********************** Begin Pega content ********************** -->
<div data-pega-encrypted ='true'
data-pega-encrypted-hash = 'pzuiactionzzz=C*'
data-pega-gadgetname ='PegaGadget'
data-pega-action ='createNewWork'
data-pega-action-param-classname ='TA-TestingApp-Work-LoanApplication'
data-pega-action-param-flowname =''
data-pega-isretained ='false'
data-pega-isdeferloaded ='false'
data-pega-applicationname ='TestingApp'
data-pega-threadname ='LoanMashup'
data-pega-channelID ='MASHUPce7a7766b23c46dd8001cbd4c40faa93'
data-pega-resizetype ='stretch'
data-pega-url ='https://swibwpgb.pegace.net/prweb/PRAuth/app/testing-application_2382/'
data-pega-action-param-parameters ='{"pzSkinName":"TestingApp","pyMashupSkeletonName":"pyDefaultMashupSkeleton","UserIdentifier":"","Password":"="}'