Skip to content

Releases: auth0/auth0-oidc-client-net

WPF - 3.1.8

07 Jan 15:42
26883b2
Compare
Choose a tag to compare
  • Ensure WPF web viewer is disposed

AndroidX - 3.1.6

07 Sep 12:51
776b86d
Compare
Choose a tag to compare
  • Correct packaging so the NuGet actually is AndroidX

3.1.x WebView 6.1.1

07 Sep 12:38
5648afd
Compare
Choose a tag to compare

Updates WPF + WinForms to use Microsoft.Toolkit.Wpf.UI.Controls.WebView 6.1.1

WPF 3.1.5

08 Jun 15:33
29796ad
Compare
Choose a tag to compare
  • Fixed incorrect dependency in .NET Core 3.1 version

WPF 3.1.4 & WinForms 3.1.3

01 Apr 05:03
f260de8
Compare
Choose a tag to compare
  • Now support .NET Core 3.1.0 #149

WPF & Android 3.1.3

28 Feb 23:29
ce0ddcc
Compare
Choose a tag to compare

WPF

  • Assembly is now actually strong-named.

Android

  • Sign-in flow no longer cancels when app switching. This allows 2FA apps to be successfully used during sign-in.

3.1.2

28 Feb 23:27
bf70dee
Compare
Choose a tag to compare
  • Allow ID tokens "issued at" (iat) claims from "the future" to allow slow local clocks on mobile and desktop devices.
  • Assemblies are now strong-named except Auth0.Oidcclient.Android which can not be because Xamarin.Android.Support.CustomTabs is not strong-named

3.1.1

28 Feb 23:25
afc847b
Compare
Choose a tag to compare

All

  • Corrected OpenIDConnect package dep version to 5.6.0
  • Tweaked some ID Token Validation exception messages
  • Update IdentityModel.OidcClient to 3.1.2

WinForms

  • Changed WebBrowserBrowser (IE compatible mode) to handle ULP error scenarios without closing and to ensure completed flows return correctly on Windows Server locked-down browsing.

3.1.0

15 Nov 23:56
7586e73
Compare
Choose a tag to compare

All platforms

  • Improved OIDC Compliance - ID Tokens have more comprehensive checks
  • Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0
  • Update IdentityModel.OidcClient to 3.1.0

WinForms

  • NuGet package brings in Microsoft.Toolkit.Forms.UI.Controls.WebView
  • Update Microsoft.Toolkit.Forms.UI.Controls.WebView to 6.0.0

WPF

  • NuGet package brings in Microsoft.Toolkit.Forms.UI.Controls.WebView
  • Update Microsoft.Toolkit.Wpf.UI.Controls.WebView to 6.0.0

3.0.1

03 Nov 17:28
2fe075f
Compare
Choose a tag to compare

All platforms

  • Correct package dependency version for Auth0.OidcClient.Core

Android

  • Fix No Browser configured error by ensuring the non-Activity constructor for Auth0Client creates a default Browser implementation #118