David Beach
David Beach
@ankushpatel120 According to the error it appears that the challenge you are passing into the 'create' call is not of type ArrayBuffer. To check the type of the challenge please...
@prathapcoder Can you please send me the log output you get in both of the logs when you see this error? 1. For the FIDO2 Tutorial the log is located...
@prathapcoder The FIDO2 tutorial backend was never meant to act as the backend for an Android application and this could be a possible reason you are seeing this issue. We...
@ashutoshkumarmishra560 Based on the description of your current issue it seems that you are tying to use the fido2 server indirectly through the basic server. This implementation is irregular from...
What FIDO2 authenticator are you using when you're making this request? Is it possible for you to test using a different authenticator?
@Hwang-lab The purpose of updateKeyInfo API call (the API endpoint called in update) is to either update the credential's display name and/or update the credential's status (Active or Inactive) for...
@Aym923 Please provide the SKFS logs. When running this test launch a terminal and switch to strongkey user: 'su - strongkey' then enter the following command: 'tsl' in a terminal....
@Aym923 tsl is an alias for the following command: tail --follow=name /usr/local/strongkey/payara5/glassfish/domains/domain1/logs/server.log If this command does not work there may have been an error during installation. If so please run...
@Syn91 First, try adding a CORS extension to Chrome. This should allow cross origin request to be made. Second, try setting the accesscontrolalloworigin property on the SKFS. This can be...