You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We haven't had any issues up til about a month ago. We are on duo-client version 4.7.1.
When a user attempts to add a yubikey to their account, we are getting a response, "400 Bad Request".
Expected Behavior
Yubikey successfully added to user account with the specified token.
Actual Behavior
400 Bad Request
Steps to Reproduce
Get a yubikey
Generate a base 32 encoded secret
Add this yubikey to a user's profile
Gets the error "400 Bad Request"
Workarounds
None at the moment.
The text was updated successfully, but these errors were encountered:
@goulter which API method are you calling to add the token? Are you calling it via one of the provided API call wrapper methods (such as add_yubikey_token), or directly calling the json_api_call method and hand-writing the call?
I'll attempt to reproduce this behavior and see what I can find.
Description
We haven't had any issues up til about a month ago. We are on
duo-client
version 4.7.1.When a user attempts to add a yubikey to their account, we are getting a response, "400 Bad Request".
Expected Behavior
Yubikey successfully added to user account with the specified token.
Actual Behavior
400 Bad Request
Steps to Reproduce
Workarounds
None at the moment.
The text was updated successfully, but these errors were encountered: