"Failed" after /validate/check with otppin

Hello,

When we set otppin=userstore or tokenpin and trying to request POST /validate/check user=&pass= for triggered challenge, we
always get “failed” in audit and on dashboard, but OTP send fine.
Why we see “failed”?

Thanks

This columns has only two values, “failed” and “success”.

An authentication step, that triggers a challenge is not a ready successful authentication. This is why you seed failed.

What do you think, to add a third value, for example, ‘challenge’? :slight_smile:
And then not correct attempts “failed” will not appear on the dashboard
Now we see equal numbers of ‘success’ and ‘failed’ attempts.

1 Like

Hello
in version 3.10 issue 3886 was closed (Additional Event Condition: Result->Authentication · Issue #3886 · privacyidea/privacyidea · GitHub)
but on the Dashboard page in the Authentification section after POST /validate/check user=&pass= (challenge) the value “failed” raises the counter +1
is there any way to fix this?

Well, this works as designed.