I am testing sending custom webhooks to our app when users are blocked due to bruteforce protection. I have a setup a custom webhook with the Login - Failure and System - Notification Event Categories selected.
After failing login 10 times the user is blocked by bruteforce protection (has the Blocked (Bruteforce) badge), but my webhook endpoint isn’t receiving the limit_wc event I’m expecting. It is receiving the fp events for each failed login. I checked the Logs page too and only see the fp events there, no limit_wc logs.
Am I looking for the wrong thing, or is there something else I need to configure?