fido2 icon indicating copy to clipboard operation
fido2 copied to clipboard

Open-source FIDO server, featuring the FIDO2 standard. https://demo4.strongkey.com/getstarted/#/openapi/fido

Results 40 fido2 issues
Sort by recently updated
recently updated
newest added

Dear Strongkey Support, We are successfully able to deploy Strongkey FIDO Open source server. Also we deployed sample java web application (https://github.com/strong key/fido2/tree/master/sampleapps/java/poc/). On visiting "https://njauth.nj:8181/basicserver/", we are able to...

How would one go about importing a SSL/TLS certificate to allow secure connection between DNS provider and the server/VM? I attempted using some of the methods provided by payara documentation,...

While I am installing FIDO2 server on Ubuntu 18.04.5 LTS, i have got this error with LOOP: /usr/local/strongkey/mariadb-10.2.30/log/mysqld-error.log: No such file or directory How can i solve it?

The file keygen-jwt.sh contains a line OPENSSL_CNF_PATH= holding a path which doesn't match Ubuntu. It makes installation fail. This is the proper path for Ubuntu 18.*: /usr/lib/ssl/openssl.cnf

Pardon my "n00b" status when it comes to FIDO servers... According to https://w3c.github.io/webauthn/images/fido-signature-formats-figure2.svg: ![fido](https://w3c.github.io/webauthn/images/fido-signature-formats-figure2.svg) the signed data consists of two parts. Question: I have an application which depends on `clientDataHash'....

Hi, I have setup FIDO 2 server and I am able to register and authenticate by calling the URL https://ilantus.fido2.com:8181/basicserver/ However I have a web application from where I would...

Hi Team, I followed the steps provided in the below url and I was able to successfully add a security token and validate it. https://github.com/StrongKey/fido2/blob/master/tutorial/node/SKFS_Tutorial.md My security token supports hmac-secret...

StrongKey demo app hosted at "https://demo4.strongkey.com:8181/basicserver" works fine on MacOS for registration and authentication flow, however, it does not work from mobile devices iOS and Android. I get the following...

Hello all, I recently reinstalled fido2 server and poc and i got this error ![image](https://user-images.githubusercontent.com/36332126/78186800-065de080-7476-11ea-952a-c3771a91660e.png) and my server.log file [server.log](https://github.com/StrongKey/fido2/files/4417692/server.log) Any suggestions?

Hi, I'm creating one web application (pwa) using ionic and angular and that application has passwordless authentication enabled. I want to convert the same to android mobile application. Is it...