Keycloak.Net.Sdk.Aspire.Hosting 1.0.0

dotnet add package Keycloak.Net.Sdk.Aspire.Hosting --version 1.0.0
                    
NuGet\Install-Package Keycloak.Net.Sdk.Aspire.Hosting -Version 1.0.0
                    
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.Net.Sdk.Aspire.Hosting" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Keycloak.Net.Sdk.Aspire.Hosting" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Keycloak.Net.Sdk.Aspire.Hosting" />
                    
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.Net.Sdk.Aspire.Hosting --version 1.0.0
                    
#r "nuget: Keycloak.Net.Sdk.Aspire.Hosting, 1.0.0"
                    
#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.Net.Sdk.Aspire.Hosting@1.0.0
                    
#: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.Net.Sdk.Aspire.Hosting&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Keycloak.Net.Sdk.Aspire.Hosting&version=1.0.0
                    
Install as a Cake Tool

Keycloak.Net.Sdk.Aspire.Hosting

.NET Aspire AppHost integration for Keycloak.Net.Sdk. Adds Keycloak as a container resource in your Aspire AppHost so dependent projects receive the server URL automatically.


Installation

dotnet add package Keycloak.Net.Sdk.Aspire.Hosting

Usage

// AppHost/Program.cs
var keycloak = builder.AddKeycloak("keycloak");

builder.AddProject<Projects.MyApi>("api")
       .WithReference(keycloak)
       .WaitFor(keycloak);

Parameters

Parameter Default Description
name Resource name; also the connection string key in dependent projects
port random Host port mapped to Keycloak's 8080
adminUsername "admin" Keycloak admin username
adminPassword "admin" Keycloak admin password
tag "latest" Container image tag

Realm Import

var keycloak = builder.AddKeycloak("keycloak")
                      .WithRealmImport("./realms/my-realm.json");

For the dependent project setup see Keycloak.Net.Sdk.Aspire.
Full documentation: github.com/MiladRv/Keycloak.Net

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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 is compatible.  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
1.0.0 87 6/9/2026