Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 634 Bytes

AspNetIdentity_U2F

This project will provide a FIDO Alliance Universal 2nd Factor (U2F) provider for Asp.Net Identity 2.0

The U2F implementation is a C# porting of google/u2f-ref-code Java implementation

Status

  • U2F .Net library
    • porting COMPLETED from Java to C#
  • IdentityProvider
    • Enrollment of U2F token: WORKING with multiple U2F tokens
    • Login: WORKING multiple U2F tokens
  • Sample application
    • Demo Identity application with U2F is WORKING
  • Doc & How-to
    • TODO