We have a set of rules that deny fraudulent usernames or device id's from accessing our web application.
However, we have cases were some of these usernames or device id's are legit.
How does one go about removing that one record instead of replacing the entire bad list?
Current process
We login to the RiskAuth DB to remove the one legit record from the addon rule list.
It would be great to have a feature on the front end that removes the one record from the bad list instead of actioning via the back-end.
Regards,