We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gluu CE 4.4.1 on Ubuntu 20.
I migrated a U2F entry to FIDO2, here is the ldif (this user has uid=admin, do not import without preliminar edition): admin.ldif.txt
Migration process explained here. Ensure to use master branch for step 1 (i.e. https://github.com/GluuFederation/casa/archive/master.zip)
https://github.com/GluuFederation/casa/archive/master.zip
The following appears in the jetty log when trying to authenticate: assertion.txt
The fido2.log file does not show any error at all. Why?
Here's a screenshot from the browser:
The NPE is thrown because getRegistrationData().getAttenstationRequest() evaluates to null in the migrated entry
getRegistrationData().getAttenstationRequest()
The text was updated successfully, but these errors were encountered:
fix: #41 - NPE
e4313bc
58c13e4
maduvena
No branches or pull requests
Gluu CE 4.4.1 on Ubuntu 20.
I migrated a U2F entry to FIDO2, here is the ldif (this user has uid=admin, do not import without preliminar edition):
admin.ldif.txt
Migration process explained here. Ensure to use master branch for step 1 (i.e.
https://github.com/GluuFederation/casa/archive/master.zip
)The following appears in the jetty log when trying to authenticate:
assertion.txt
The fido2.log file does not show any error at all. Why?
Here's a screenshot from the browser:
The NPE is thrown because
getRegistrationData().getAttenstationRequest()
evaluates to null in the migrated entryThe text was updated successfully, but these errors were encountered: