Skip to content

Small sample application to demonstrate how to implement WebAuthn Enterprise Attestation from a backend relying party, and client application

License

Notifications You must be signed in to change notification settings

YubicoLabs/enterprise-attestation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues Apache-2.0


Logo

Enterprise Attestation Demo

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
  1. About The project
  2. Built with
  3. Getting started
  4. Contributing
  5. License
  6. Contact

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started

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.

  1. Clone the repository
git clone https://github.com/YubicoLabs/enterprise-attestation-demo.git
  1. Run the following command
docker compose up -d
  1. Navigate to the web app using localhost:3000

  2. Follow the steps on screen

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

(back to top)

Contact

Yubico Developer Program

Report an issue

(back to top)

About

Small sample application to demonstrate how to implement WebAuthn Enterprise Attestation from a backend relying party, and client application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published