IAC Mashup Login using parameters on DIV ?
Hello out team is very new in pega and we are trying to use Mashup code in a MVC application, our requirement is to send the user and password has a parameter in the div code , i already tried some things :
- Using PegaA_params={UserIdentifier:'uxxx',Password:'xxxx'}
- Change IACaunthentication to get this 2 parameters
Right now the web page keep asking for user and password adn we want to skip that .
Can someone point me to a guide that explain this clearly ( i find some guides but none talked about using thsi 2 parameters to simple login using mashup) or example on how to do this, thanks in advance.
We are using pega 7.2.1.
Code of the mashup.
Hello out team is very new in pega and we are trying to use Mashup code in a MVC application, our requirement is to send the user and password has a parameter in the div code , i already tried some things :
- Using PegaA_params={UserIdentifier:'uxxx',Password:'xxxx'}
- Change IACaunthentication to get this 2 parameters
Right now the web page keep asking for user and password adn we want to skip that .
Can someone point me to a guide that explain this clearly ( i find some guides but none talked about using thsi 2 parameters to simple login using mashup) or example on how to do this, thanks in advance.
We are using pega 7.2.1.
Code of the mashup.
<!-- ********************** Begin Pega content ********************** -->
<script src='http://lvwebi00134.bns:80/prweb/PRServlet/NFze_kEf9xYos4GyqOU6U9MDwzVKj9dj*/!OscarPra/$STANDARD?pyActivity=pzIncludeMashupScripts'></script>
<script>
pega.web.config.gatewayURL = 'http://lvwebi00134.bns:80/prweb/NFze_kEf9xYos4GyqOU6U9MDwzVKj9dj*/';
pega.web.config.encrypt = false;
</script>
<div id=''
style='overflow:auto; height:100%; width:100%'
PegaGadget='PegaGadget'
PegaA='createNewWork'
PegaA_className='OSPR-OscarPra-Work-BONUSCALCULATION'
PegaA_flowName='pyStartCase'
PegaA_model=''
PegaDefer='false'
PegaAppName='OscarPra'
PegaThread='STANDARD'
PegaSystemID='lvwebi00134'
PegaResize='fixed'
PegaA_params="{UserIdentifier:'[email protected]',Password:'rules'}"
></div>
<!-- ********************** End Pega content ********************** -->