UserNameStatus deserialization error
Opened this issue · 2 comments
chrisstephanrm commented
Hello,
So I have an issue with the "GetUserNameStatusInBruteForceDetectionAsync" function.
Its response "UserNameStatus" is expecting a long? instead of int? for the field "LastFailure", so it is crashing on the deserialization. Please check the response here below as an example from Keycloak API.
{ "numFailures": 2, "disabled": false, "lastIPFailure": "46.193.6.176", "lastFailure": 1622463072963 }
May you please update the model and the package?
Utar94 commented
I am able to reproduce the error.
sps-campbellwray commented