StrongKey / fido2

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

Is possible FIDO server run on Apache Tomcat ? #181

Closed prathapcoder closed 2 years ago

prathapcoder commented 2 years ago

My firewall blocking Payara server due to security issues. In Payara server some libraries have security vulnerabilities becuase of this problem my firewall blocking. So that i want to use Tomcat server insted of Payara server. Is there possiblity FIDO server run on Apache Tomcat? Thank you.

pattycakelol commented 2 years ago

Hi @prathapcoder, While we have not tested it, Apache Tomcat should be able to run the SKFS. Since the FIDO Server is nothing more than a deployable ear file, any web server that supports JEE should be able to run the SKFS on top of it. However, you may need to change some Tomcat configurations to match those made in Payara at install time and manually set some SKFS properties for the SKFS to function properly.

pattycakelol commented 2 years ago

Another approach that may be worth tackling is changing the Payara wget command to download a more recent version of Payara (at the moment, we support Payara 5.2020.7). Here is a list of Payara versions you may want to choose from.