Pega Web mashup attributes reference

Where could I find latest web mashup attribute reference ?

E.g.

PegaA_className (previous) , data-pega-action-param-classname(latest)

PegaA_params (previous), data-pega-action-param-parameters (latest)

Previously they were available at following links, but they display “access denied” message when launched now.

Thanks.

I tried mapping most of the attributes, does anyone know what’s the equivalent of pega.web.config.cmd.pegaAction on latest implementation ?

@ChrisKoyl Could you help ? thank you.

@ravi9779 This link should help: Pegasystems Documentation

@Andi Mutlow Thanks. That’s what exactly I was looking for!

@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”}’

Thanks.

Hi @KatapalliP,

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.

@Andi Mutlow Useful content. I was facing similar issue.