Auth0.OidcClient.WinForms
2.4.2
Prefix Reserved
See the version list below for details.
dotnet add package Auth0.OidcClient.WinForms --version 2.4.2
NuGet\Install-Package Auth0.OidcClient.WinForms -Version 2.4.2
<PackageReference Include="Auth0.OidcClient.WinForms" Version="2.4.2" />
<PackageVersion Include="Auth0.OidcClient.WinForms" Version="2.4.2" />
<PackageReference Include="Auth0.OidcClient.WinForms" />
paket add Auth0.OidcClient.WinForms --version 2.4.2
#r "nuget: Auth0.OidcClient.WinForms, 2.4.2"
#:package Auth0.OidcClient.WinForms@2.4.2
#addin nuget:?package=Auth0.OidcClient.WinForms&version=2.4.2
#tool nuget:?package=Auth0.OidcClient.WinForms&version=2.4.2
Auth0 OIDC Client for WinForms apps
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- Auth0.OidcClient.Core (>= 2.4.2)
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 | 4,964 | 7/22/2025 |
| 4.3.0 | 2,092 | 4/16/2025 |
| 4.2.0 | 2,799 | 3/26/2025 |
| 4.1.0 | 3,622 | 1/16/2025 |
| 4.1.0-beta.0 | 157 | 12/10/2024 |
| 4.0.0 | 34,434 | 12/5/2023 |
| 3.5.0 | 12,854 | 7/27/2023 |
| 3.4.1 | 614 | 7/19/2023 |
| 3.4.0 | 2,851 | 7/13/2023 |
| 3.3.0 | 344 | 7/12/2023 |
| 3.2.8 | 8,920 | 2/14/2023 |
| 3.2.7 | 13,150 | 10/4/2022 |
| 3.2.6 | 3,874 | 7/26/2022 |
| 3.2.5 | 9,847 | 10/12/2021 |
| 3.2.4 | 805 | 9/16/2021 |
| 3.2.3 | 8,620 | 7/13/2021 |
| 3.2.2 | 972 | 5/27/2021 |
| 3.2.1 | 2,164 | 5/4/2021 |
| 3.2.0 | 1,705 | 3/23/2021 |
| 2.4.2 | 1,021 | 9/20/2019 |
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
Version 2.3.1
- Handle null-terminated POST bodies
Version 2.3.0
- Add support for federated logout
Version 2.2.0
- Add support to log the user out and clear the Auth0 SSO cookie
Version 2.1.0
- Updated dependency on IdentityModel.OidcClient to v2.7.0