Even after passing user verification discouraged, I am getting this error. (<ERR.BAD_REQUEST: 2>, 'PIN required but not provided).
In IDP for the given origin, user verification is discouraged and it is not asking for the pin for authentication. Need same behavior in my app, I'm doing anything wrong in passing user_verification value or ( #{'rk': True, 'up': True, 'plat': False, 'clientPin': True, 'credentialMgmtPreview': True}) Do we have any issue with this device object created by passing device and okta origin?
It looks like you may be using an old version of python-fido2. Please try with the latest release (0.9.3), or from master. I believe this should be fixed. If not, please re-open the issue.
I'm trying to handle user verification cases with FIDO authentication.
Passed user verification to get_assertion method both way as shown below, but none of them is working
Even after passing user verification discouraged, I am getting this error.
(<ERR.BAD_REQUEST: 2>, 'PIN required but not provided).
In IDP for the given origin, user verification is discouraged and it is not asking for the pin for authentication. Need same behavior in my app, I'm doing anything wrong in passing user_verification value or ( #{'rk': True, 'up': True, 'plat': False, 'clientPin': True, 'credentialMgmtPreview': True}) Do we have any issue with this device object created by passing device and okta origin?