Keycloak.Client 0.3.3

dotnet add package Keycloak.Client --version 0.3.3
                    
NuGet\Install-Package Keycloak.Client -Version 0.3.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Keycloak.Client" Version="0.3.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Keycloak.Client" Version="0.3.3" />
                    
Directory.Packages.props
<PackageReference Include="Keycloak.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Keycloak.Client --version 0.3.3
                    
#r "nuget: Keycloak.Client, 0.3.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Keycloak.Client@0.3.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Keycloak.Client&version=0.3.3
                    
Install as a Cake Addin
#tool nuget:?package=Keycloak.Client&version=0.3.3
                    
Install as a Cake Tool

Keycloak.Client

license NuGet downloads

HttpClient wrapper for Keycloak API

Keycloak Admin REST API has an OpenAPI definition (https://www.keycloak.org/docs-api/latest/rest-api/openapi.json), but it is still not perfect (e.g. operation IDs are missing), so automatic code generation is not feasible at the moment. https://github.com/keycloak/keycloak/discussions/8898 Once this PR (https://github.com/keycloak/keycloak/pull/39011) is merged, it is worth to check code generation e.g. NSwag.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.3 460 10/26/2025
0.3.2 122 10/25/2025
0.3.1 127 10/25/2025
0.2.0 16,299 1/26/2023
0.1.10 6,555 10/5/2022
0.1.9 726 9/26/2022
0.1.8 575 9/21/2022
0.1.7 1,443 11/28/2021
0.1.6 493 10/25/2021
0.1.5 479 10/25/2021
0.1.4 458 10/25/2021
0.1.3 661 10/24/2021
0.1.2 521 10/19/2021
0.1.1 513 10/19/2021
0.1.0 560 10/19/2021