Releases: duosecurity/duo_universal_csharp
Releases · duosecurity/duo_universal_csharp
Version 1.2.4
Version 1.2.4
Changes:
- Added an optional parameter to the authentication request; it is only useful for Duo's use in specific integrations.
Version 1.2.3
Version 1.2.3
Changes:
- Added .NET Framework 4.7.1 as a targeted framework
Version 1.2.2
Version 1.2.2
Changes:
- Updates the JsonWebTokens dependency to version 6.34.0
Version 1.2.1
Version 1.2.0 of the Duo Universal C# client
Release notes:
- Added an optional parameter to the health check method to assist debugging
- Ensured the JWT secret conforms to minimum key lengths for signing
- Various README enhancements
Version 1.2.0
Version 1.2.0 of the Duo Universal C# client
Release notes:
- Added HTTP proxy support to the Universal Prompt client
- Corrected the structure of the HealthCheckResponse model
Version 1.1.3
Version 1.1.3 of the Duo Universal C# client
Release notes:
- Remove security_agents from the ID token model, since the data type is inconsistent
Version 1.1.2
Version 1.1.2 of the Duo Universal C# client
Release notes:
- Custom application information added to the User Agent string now precedes the default duo_universal_csharp item
Version 1.1.1
Version 1.1.1 of the Duo Universal C# client
Release notes:
- Removed 'nbf' and 'iat' claims from JWTs generated by the Client
Version 1.1.0
Version 1.1.0 of the Duo Universal C# client
Release notes:
- Added methods to the ClientBuilder to allow additional user agent information to be specified
- Fixed a parsing bug with certain fields in the IdToken response sent by Duo
Version 1.0.0
Initial release of the Duo Universal C# client for .NET applications.