Hi all, I'm new with LinOtp, I'm a smartcard developer.
After the installation of LinOtp I try to import my smartcard as HOTP token and my users from windows ldap.
All actions seems to be ok, so i see my users from ldap and if i use the tool to get serial by OTP i find the serial but if i try to make a validation i have an error.
Below the validation request payload: {"user":"m.milan", "pass": "506268", "realm": "wibiosandbox", "serial":"0001111040055"}
And this is the response
{
"jsonrpc": "2.0802",
"result": {
"status": true,
"value": false
},
"version": "LinOTP 3.3.2",
"versionNumber": "3.3.2",
"id": 0,
"detail": {
"error": "User has no tokens assigned"
}
}
TNX
MayaM.