Skip to content

Blazor MFE Identity Self-Service (ConnectSoft.Blazor.Mfe.Identity.SelfServiceTemplate)

A Blazor Server microfrontend giving end users self-service over their own identity: login/register, password flows, profile management, email/phone confirmation, and TOTP two-factor authentication. It runs as a standalone web app (Microsoft.NET.Sdk.Web, OutputType=Exe).

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

No dotnet new manifest

This repository has no .template.config/template.json - there is no dotnet new short name. Consume it as a source repo. See parameters.

What makes it distinct

  • End-user self-service (vs the Identity Admin operator MFE).
  • Actually calls the Identity HTTP backend (unlike Identity Admin's in-memory stubs).
  • Full security flows: TOTP setup with recovery codes, session refresh, Polly resilience, FluentValidation, Serilog.

See also