StrongKey / fido2

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

How to deployee the server code to Payara Server #218

Open SakthivelAppavu opened 1 year ago

SakthivelAppavu commented 1 year ago

In the Paraya Server, installed successfully in the centOS 7 enviroment.

And try to deploy the following server code in Payara Server. However couldn't deploy.

Please guide to me, how to deploy the above server source code into "Payara Server".

One more query is Payara Server is act as a local or global server?.

arshadnoor commented 1 year ago

Sakthivel,

That code will not run on Payara server - it is written in TypeScript and requires a different environment.

If you want to test FIDO/WebAuthn, try deploying any one of the sample webapps we have that are designed to work with the StrongKey FIDO Server; you can find them here:

https://github.com/StrongKey/fido2/tree/master/sampleapps/java

The Payara server runs locally within the computer or VM you have installed it in; but it can host the FIDO server for any number of web or mobile applications. In fact, you can attempt to deploy all the sample apps we have in Github on that single Payara server and they will work.

On 11/2/22 4:48 AM, SakthivelAppavu wrote:

In the Paraya Server, installed successfully in the centOS 7 enviroment.

And try to deploy the following server code https://github.com/google/webauthndemo in Payara Server. However couldn't deploy.

Please guide to me, how to deploy the above server source code into "Payara Server".

One more query is Payara Server is act as a local or global server?.

— Reply to this email directly, view it on GitHub https://github.com/StrongKey/fido2/issues/218, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWSVTXDTDYO2JXJP5YTOZTWGJIJ3ANCNFSM6AAAAAARU7YHJQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

arshadnoor commented 1 year ago

For the Android environment, you should look at the use of the SACL library and the app/webapp associated with that library; it is at https://github.com/StrongKey/fido2/tree/master/sampleapps/java/sacl