@Andi Mutlow @ChrisKoyl Is there a way to pass user credentials entered via non Pega app login page dynamically instead hard coding in mashup channel as custom parameters. Below is the element
data-pega-action-param-parameters =‘{“pzSkinName”:“Skin_Custom”,“pyMashupSkeletonName”:“XXXX”,“UserIdentifier”:“Should be read from session”,“Password”:“should be read from session”}’
yes, we can pass dynamically by creating an “anonymous authentication service” and giving a model operator with having access to the user portal, Now using the authentication URL in the mashup will allow you login to the system with the modal operator.