Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sampleapps | 2022-10-04 | ||
server | 2022-10-04 | ||
README.md | 2022-10-04 | 4.3 kB | |
Totals: 3 Items | 4.3 kB | 0 |
StrongKey FIDO Server, Community Edition
README
Overview
StrongKey FIDO Server (SKFS), Community Edition is a FIDO(R) Certified open-source solution designed for DIY coders who want passwordless FIDO2 logins for any application. Download the code and integrate it with your own web login, or study the OpenAPI documentation and contribute with your own code submissions.
The following links provide some background on FIDO, the FIDO Alliance, and FIDO2:
Documentation
- Installation instructions: Download SKFS and get it running as a stand-alone server
- Clustering instructions: Download SKFS and get it running as a cluster
- Dockerized instructions: Deploy SKFS in a container
- Upgrade instructions: Upgrade SKFS to the latest version
- Administration
- Operations
- Security
- Policy
- Testing
- Application Development
- Registration and Authentication step-by-step breakdown with code examples
- Two SKFS v3 API choices: REST and SOAP
- Usage: How users register and authenticate with SKFS
- Troubleshooting
- Error messages
- Known Issues
- Release Notes Starting with KA 3.x and moving forward
Sample Applications
Sample code is provided with a brief explanation of what each sample does:
- Java Samples
- DEMO: A basic Java application demonstrating FIDO2 registration and authentication
- Basic: Basic Java sample application
- FIDOPolicy: Proof of concept (PoC) Java application
- SSO: FIDO-enabled sample applications demonstrating SSO
- Android: FIDO-enabled sample Android application and Android client library to perform FIDO transactions
- iOS: FIDO-enabled sample Android application and Android client library to perform FIDO transactions