Skip to content

Releases: duosecurity/duo_universal_csharp

Version 1.2.4

01 May 14:57
dac777a
Compare
Choose a tag to compare

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

15 Apr 14:23
7dd4c62
Compare
Choose a tag to compare

Version 1.2.3

Changes:

  • Added .NET Framework 4.7.1 as a targeted framework

Version 1.2.2

31 Jan 15:36
9776149
Compare
Choose a tag to compare

Version 1.2.2

Changes:

  • Updates the JsonWebTokens dependency to version 6.34.0

Version 1.2.1

28 Jul 14:23
0069e63
Compare
Choose a tag to compare

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

26 Aug 15:18
Compare
Choose a tag to compare

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

27 Apr 15:27
Compare
Choose a tag to compare

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

25 Apr 19:21
Compare
Choose a tag to compare

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

19 Apr 16:14
Compare
Choose a tag to compare

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

14 Apr 14:56
Compare
Choose a tag to compare

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

25 Jan 21:39
Compare
Choose a tag to compare

Initial release of the Duo Universal C# client for .NET applications.