Question
5
Replies
753
Views
Deloitte
Posted: September 11, 2018
Last activity: January 28, 2019
Closed
Pega Mashup Auto login is giving error as "The information you entered was not recognized."
Hi All
Pega Mashup Auto login is giving error as "The information you entered was not recognized." on pega login screen.
even though passing the credentials as below
data-pega-action-param-parameters ='{"UserIdentifier":"usaatest","password":"rules"}'
Hi Venkat,
The password should be base64 endoded. Can you please update the param?
Ex:
data-pega-action-param-parameters = '{"UserIdentifier": "Manager@Subscrib","Password": "cnVsZXM="}'