Question
2
Replies
724
Views
Capgemini
Posted: November 30, 2016
Last activity: December 8, 2016
Closed
Failed attempted login to a PRPC system
We know that Pega Captures the each failed attempted login to a PRPC system in the concrete class Log-SecurityAudit . The standard list view report Log-SecurityAudit.ListOfLoginFailures provides a basic report on this class.
Does Pega captures the same information in any Log files?
Hi,
Please follow below steps and add Log-Message step to print the failed attempts in log files at end.
Created an activity to get the count of login failure attempts...
the list view 'ListofLoginFailures' is overridden in application layer with operator ID as parameter.
read the failure count into a parameter
Created a wrapper activity to OOTB Data-Portal.ShowDesktop with a precondition (Param.Count > 3: read from DSS rule)
Configured wrapper activity at Operator ID rule form under security tab.
Please refer https://pdn.pega.com/community/pega-product-support/question/how-revoke-login-password-operator-if-failed-login-attempts