In Mashup, authentication is not getting bypassed and correct skin is not getting applied.
Hi All,
I am trying to implement Pega Web Mashup for my application. Actual requirement is we need to open a workobject on web page directly without login screen.So that customer can access pega screen and process case further from mashup.
But below error is coming when pass the parameters for bypassing login screen. I tried setting the access group as "PRPC:Unauthenticated" but same error I am getting.
Status | fail |
Message | There has been an issue; please consult your system administrator |
Operator ID | Unauthenticated or not available |
Requestor ID | none |
Timestamp | Tue Jun 19 16:22:16 CEST 2018 |
Engine Version | PegaRULES 7.20 ML0 (coreAssemblyCached_72_868) |
I removed the userid parameters from the mash up code and tried again, then the login pop up is displayed. When I manually enter the credentials and login, then the correct skin is not displayed.
I have tried with model id by passing PegaA_params='{"UserIdentifier":"bhavya","Password":"rules"}' in mashup script.
Below is full mashup script used.
Hi All,
I am trying to implement Pega Web Mashup for my application. Actual requirement is we need to open a workobject on web page directly without login screen.So that customer can access pega screen and process case further from mashup.
But below error is coming when pass the parameters for bypassing login screen. I tried setting the access group as "PRPC:Unauthenticated" but same error I am getting.
Status | fail |
Message | There has been an issue; please consult your system administrator |
Operator ID | Unauthenticated or not available |
Requestor ID | none |
Timestamp | Tue Jun 19 16:22:16 CEST 2018 |
Engine Version | PegaRULES 7.20 ML0 (coreAssemblyCached_72_868) |
I removed the userid parameters from the mash up code and tried again, then the login pop up is displayed. When I manually enter the credentials and login, then the correct skin is not displayed.
I have tried with model id by passing PegaA_params='{"UserIdentifier":"bhavya","Password":"rules"}' in mashup script.
Below is full mashup script used.
<!-- ********************** Begin Pega content ********************** -->
<script src='http://localhost:8000/prweb/PRServlet/ytbHUuKEh80ZjTig5IyJ1FLGdfwHd8-k*/!OC/$STANDARD?pyActivity=pzIncludeMashupScripts'></script>
<script>
pega.web.config.gatewayURL = 'http://localhost:8000/prweb/ytbHUuKEh80ZjTig5IyJ1FLGdfwHd8-k*/';
pega.web.config.encrypt = false;
</script>
<div id=''
style='overflow:auto; height:100%; width:100%'
PegaGadget='PegaGadget'
PegaA='OpenWorkItem'
PegaA_harnessName='LandingPage'
PegaA_className='*******'
PegaA_flowName='pyStartCase'
PegaA_model=''
PegaDefer='false'
PegaAppName='OC'
PegaThread='STANDARD'
PegaSystemID='pegadev21'
PegaResize='stretch'
PegaA_workID = 'O-30545'
PegaA_params='{"UserIdentifier":"bhavya","Password":"rules"}'
></div>
<!-- ********************** End Pega content ********************** -->
Please let me know if any one has faced same issue and found a solution to it.
Thanks,
Bhavya
***Updated by moderator: Lochan to update platform capability***