-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error authenticating to IdP: error verifying MFA: The provided key handle is not present on the device, or was created with a different application parameter. #622
Comments
This is happening to a few different folks in our company; anyone else seeing this? |
Ran into this issue in my org when we have users with multiple FIDO keys configured. If anyone wants to test this https://github.com/Versent/saml2aws/pull/649/files |
We tested this in our organization, and it appeared to be fixed with #630 . We've not had any further issues since the release of |
Interesting for us v2.28.4 ended up introducing this issue for users, especially if the first FIDO key registered happened to be the one they normally use. The pull request addresses what looks like a bug in the new code. |
@sriram-clever Yes, #630 introduced it for me as well (linux client) and precisely I realized when updating an older PR fixing u2f usb detection in linux with that change and testing that I had the same issue given that I use multiple keys and the first one (and only connected) was being escaped. |
We just setup saml2aws and our entire team is getting this issue. We all have n+1 Yubikeys configured to access Okta. I did setup a temporary MFA setup with Google Authenticator and it worked, so the problem is down to just the Yubikeys. The Yubi keys works when we access Okta in the web browser, it pops up asking you to tap it. Not sure if there is some other configuration required.
I confirmed this works if I remove the other yubikey from the account. |
I think this PR should also fix the "multiple Yubikey" error: https://github.com/Versent/saml2aws/pull/745/files |
I currently use saml2aws with Okta and have 4 yubikeys configured with my account. I've run into this issue in the current saml2aws version A workaround that seemed to work for me was to:
Once completed, I could use any of my yubikey devices again. |
Started to get this error after changing to a new laptop, has this happened to some else?
We use Okta as an IDP and Yubikeys for FIDO.
The text was updated successfully, but these errors were encountered: