Auth0.OidcClient.WinForms
3.1.1
Prefix Reserved
See the version list below for details.
dotnet add package Auth0.OidcClient.WinForms --version 3.1.1
NuGet\Install-Package Auth0.OidcClient.WinForms -Version 3.1.1
<PackageReference Include="Auth0.OidcClient.WinForms" Version="3.1.1" />
<PackageVersion Include="Auth0.OidcClient.WinForms" Version="3.1.1" />
<PackageReference Include="Auth0.OidcClient.WinForms" />
paket add Auth0.OidcClient.WinForms --version 3.1.1
#r "nuget: Auth0.OidcClient.WinForms, 3.1.1"
#:package Auth0.OidcClient.WinForms@3.1.1
#addin nuget:?package=Auth0.OidcClient.WinForms&version=3.1.1
#tool nuget:?package=Auth0.OidcClient.WinForms&version=3.1.1
Auth0 OIDC Client for WinForms apps
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- Auth0.OidcClient.Core (>= 3.1.1)
- Microsoft.Toolkit.Forms.UI.Controls.WebView (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Auth0.OidcClient.WinForms:
| Package | Downloads |
|---|---|
|
Levrum.Licensing.Client.WinForms
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.4.0 | 5,235 | 7/22/2025 |
| 4.3.0 | 2,099 | 4/16/2025 |
| 4.2.0 | 2,818 | 3/26/2025 |
| 4.1.0 | 3,728 | 1/16/2025 |
| 4.1.0-beta.0 | 157 | 12/10/2024 |
| 4.0.0 | 34,777 | 12/5/2023 |
| 3.5.0 | 12,910 | 7/27/2023 |
| 3.4.1 | 615 | 7/19/2023 |
| 3.4.0 | 2,853 | 7/13/2023 |
| 3.3.0 | 345 | 7/12/2023 |
| 3.2.8 | 8,924 | 2/14/2023 |
| 3.2.7 | 13,167 | 10/4/2022 |
| 3.2.6 | 3,876 | 7/26/2022 |
| 3.2.5 | 9,862 | 10/12/2021 |
| 3.2.4 | 806 | 9/16/2021 |
| 3.2.3 | 8,632 | 7/13/2021 |
| 3.2.2 | 973 | 5/27/2021 |
| 3.2.1 | 2,166 | 5/4/2021 |
| 3.2.0 | 1,706 | 3/23/2021 |
| 3.1.1 | 1,733 | 12/3/2019 |
Version 3.1.1
- 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.
- Corrected OpenIDConnect package dep version to 5.6.0
- Tweaked some ID Token Validation exception messages
- Update IdentityModel.OidcClient to 3.1.2
Version 3.1.0
- Improved OIDC Compliance - ID Tokens have more comprehensive checks
- NuGet package brings in Microsoft.Toolkit.Forms.UI.Controls.WebView
- Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0
- Update IdentityModel.OidcClient to 3.1.0
- Update Microsoft.Toolkit.Forms.UI.Controls.WebView to 6.0.0
Version 3.0.1
- Correct package dependency version for Auth0.OidcClient.Core
Version 3.0.0
- Breaking changes! Please visit our migration guide via a link on
https://github.com/auth0/auth0-oidc-client-net/blob/master/README.md
- Upgrade IdentityModel.OidcClient to 3.0.1
- Add CancellationToken support to IAuth0Client/Auth0Client methods (not honored yet)
- Combined LogoutAsync and RefreshTokenAsync overloads on IAuth0Client/Auth0Client
- ClientSecret property is now marked Obsolete to discourage use in native clients
- Add 'email' to default scopes and force 'openid' to always be included
- Add debugger logging statements that show expected callback URLs
- Add extraParameters parameter to ParseResponseAsync
- Ensure user agent sent on RefreshToken and ProcessResponse
- Remove obsolete PlatformWebView class
- Support Microsoft Edge and prefer it over Internet Explorer
- Min .NET target is now 4.6.2
Version 2.4.3
- Improved XML code documentation.
- Update IdentityModel.OidcClient2 to 2.9.2
Version 2.4.2
- Clarified RedirectUri and PostLogoutRedirectUri on Auth0ClientOptions in doc comments
- Debug log now helpfully reports what Callback and Logout URLs to whitelist
Version 2.4.0
- Add return code status for Logout (thanks @jsauve)
- PlatformWebView class is deprecated. When it comes to config.Browser either:
- Leave it null for ongoing best default (recommended)
- Assign an instance of WebBrowserBrowser passing a custom Form function if customization needed
- Add support to get the user claims from the userinfo endpoint (thanks @OrihuelaConde)
- Add default for logout redirect
- Update dependency on IdentityModel.OidcClient to v2.9.0