-
FIDO2 for ASP.NET 5.0.0
Supported- Date Posted
- 28 February 2025
- Version
- 5.0.0
Features
- Added support for .NET 9
Bug Fixes
- Fixed attestation validation issue on Windows 11
Other
- Removed Support for .NET 6
-
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.