-
FIDO2 for ASP.NET 4.0.1
Supported- Date Posted
- 18 October 2024
- Version
- 4.0.1
Bug Fixes
Fixed a bug, missing RSK.CRL package reference
-
FIDO2 for ASP.NET 4.0.0
Supported- Date Posted
- 14 October 2024
- Version
- 4.0.0
Features
The component now offers the ability to use a FIPS 140-3 certified cryptographic module. The FIPS-approved mode can be enabled using the extension method
EnableFIPSApprovedMode
via theIFidoBuilder
.The component uses the Bouncy Castles FIPS 140-3 certified module.
Bug Fixes
- Fixed a bug causing the wrong argument name to be thrown in an ArgumenNullException when the ServerPublicKeyCredentialCreationOptionsRequest display name is missing
- The FIDO API /assertion/options endpoint now returns a 403 Forbidden result when called with an unknown user.
-
FIDO2 for ASP.NET 3.0.1
Supported- Date Posted
- 01 October 2024
- Version
- 3.0.1
Bug Fixes
The FIDO Alliance metadata endpoint has a duplicate key, which caused the library to throw an unhandled exception when attempting to parse the metadata.
System.ArgumentException: An item with the same key has already been added. Key: 2806df6c60b1656a78f97a28e168e5ec8d2937b4
This version resolves this issue
-
FIDO2 for ASP.NET 3.0.0
Supported- Date Posted
- 02 February 2024
- Version
- 3.0.0
Features
- Now supports .NET 8
-
FIDO2 for ASPNET 2.0.0
Supported- Date Posted
- 06 February 2023
- Version
- 2.0.0
Features
- Support for Metadata Version 3
- Support for Apple Anonymous Attestation format
- Added caching to local filesystem metadata
- Added support for subdomains for RP Ids; subdomain validation is now compliant with the Fido specification.
Other
Remove support for Core 3.1 and .NET 5
-
FIDO2 for ASP.NET 1.4.0
Supported- Date Posted
- 26 June 2022
- Version
- 1.4.0
Features
- Support for .NET 6
-
FIDO2 for ASP.NET 1.3.0
Unsupported- Date Posted
- 26 July 2021
- Version
- 1.3.0
Features
- Removed IdentityModel dependency
- Updated minimum versions for dependencies
-
FIDO2 for ASP.NET 1.2.0
Unsupported- Date Posted
- 17 November 2020
- Version
- 1.2.0
Features
- Added support for .NET 5
Other
- Dropped support for non-LTS or Current versions of .NET
-
FIDO2 for ASP.NET 1.1.0
Unsupported- Date Posted
- 31 March 2020
- Version
- 1.1.0
Features
- FIDO2 Certified release
Other
Read about the First FIDO2 Certified Component for ASP.NET Core
-
FIDO2 for ASP.NET 1.0.2
Unsupported- Date Posted
- 31 March 2020
- Version
- 1.0.2
Features
- Added upper bound to .NET Standard 2.0 dependencies
-
FIDO2 for ASP.NET 1.0.1
Unsupported- Date Posted
- 02 October 2019
- Version
- 1.0.1
Features
- Added multi-targeting support for .NET Standard 2.0 and .NET Core 3.0
-
FIDO2 for ASP.NET 1.0.0
Unsupported- Date Posted
- 24 September 2019
- Version
- 1.0.0
Other
Initial release
Read about FIDO2 for ASP.NET Core as a replacement for passwords in the form of frictionless, possession-based authentication.