Small sample application to demonstrate how to implement WebAuthn Enterprise Attestation from a backend relying party, and client application.
Explore the docs »
·
Report Bug
·
Request Feature
Table of contents
This project demonstrates how to implement WebAuthn Enterprise Attestation from a backend relying party, and client application. The primary focus is on the relying party, specifically how to parse the serial number from an enterprise attestation result returned from a YubiKey. The client application provided with the project is meant to provide an easy interface for testing EA capabilities from an EA supported browser (Google Chrome).
The content presented in this demo is meant to compliment the material found within the Enterprise Attestation section on the Yubico Developer Site.
Disclaimer - This project is not meant to act as a production ready solution. Please review and understand the code, integrate the needed components, and make any modifications based on your security requirements.
To use the demo, first ensure that you have the latest version of Docker installed.
Once ready, follow the steps below for a quick deployment.
- Clone the repository
git clone https://github.com/YubicoLabs/enterprise-attestation-demo.git
- Run the following command
docker compose up -d
-
Navigate to the web app using
localhost:3000
-
Follow the steps on screen
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache-2.0 License. See LICENSE
for more information.