-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fido2 authentication not working when on MySQL #1107
Labels
comp-jans-fido2
Component affected by issue or PR
needs-triage
Issue or PR yet to be triaged. Add more labels or details that will help during triage review.
Milestone
Comments
jgomer2001
added
comp-jans-fido2
Component affected by issue or PR
needs-triage
Issue or PR yet to be triaged. Add more labels or details that will help during triage review.
labels
Mar 25, 2022
maduvena
added a commit
that referenced
this issue
Apr 5, 2022
maduvena
added a commit
that referenced
this issue
Apr 5, 2022
There are serious problems with this fix. I'll take a look |
jgomer2001
added a commit
that referenced
this issue
Apr 22, 2022
yurem
pushed a commit
that referenced
this issue
Apr 22, 2022
This was referenced May 18, 2022
It is working now with 1.1.3-snapshot deb package in FF and chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-jans-fido2
Component affected by issue or PR
needs-triage
Issue or PR yet to be triaged. Add more labels or details that will help during triage review.
Two weeks ago, authentication was working fine with fido2 after properly widening a column, see #1044
A couple of days ago it started to fail again (in both VM and CN environments). Some findings:
Fido2. Authenticate for step 2. Get invalid authentication status from Fido2 server
print authenticationStatusEntity
to fido2 script and this is the output after formatting:The above means:
jansCodeChallengeHash
injansFido2AuthnEntry
. I checked the history of beanio.jans.fido2.model.entry.Fido2Entry
and it contains a field for challengeHash which has been there from the initial commit of the file. I cannot explain why we see this error only until now. The challengeHash should be part of beanFido2RegistrationEntry
only I suppose.To make my tests quicker, I simply added the column to table
jansFido2AuthnEntry
but again found the problem of issue #1044 (data too long). I opened a separate issue because columnjansAuthData
needs better sizing.The text was updated successfully, but these errors were encountered: