Skip to content

Blazor MFE Identity Admin (ConnectSoft.Blazor.Mfe.Identity.AdminTemplate)

A Blazor Server microfrontend for identity administration: managing users, roles, and claims. It runs as a standalone web application (Microsoft.NET.Sdk.Web) with its own Program.cs.

Standalone product (UIKit-based), not derived from ConnectSoft.BaseTemplate.

No dotnet new manifest

This repository has no .template.config/template.json - it is a product repo, not a packaged dotnet new template. There is no dotnet new short name. See parameters for status.

What it provides

  • Full CRUD over users, roles, and claims, plus role/claim assignment.
  • Authorization policies AdminOnly, UserManager, RoleManager.
  • A sample shell host under samples/.

What makes it distinct

  • Admin-facing identity management (vs the end-user Self-Service MFE).
  • Stub-first: user/role services are backed by an InMemoryUserStore, even though an IdentityApi HTTP client is registered.
  • The only repo here with multi-targeting (net9.0;net10.0).

README vs source

The README says "Blazor WebAssembly", but Program.cs uses Blazor Server (AddInteractiveServerComponents).

See also