Hi,
I made an eventdefinition to notify admins if the failcounter of a token is at 8 from max 10.
This is working but there are mails sent, where the condition failcounter=8 is not met.
Def:
{"failcounter":"=8","realm":"myrealm","result_value":"False","tokenrealm":"myrealm"}
Sometimes there where notifications for users who tried to authenticate and had no token.
I tried to set the “user_token_number” to >1 and the authentication stopped working.
I think the error-handling could be improved…