Skip to content

Getting started

Not a dotnet new template

No dotnet new short name. Clone/copy the repository and run it directly.

Prerequisites

  • .NET 10 SDK, Node.js + npm
  • A reachable Identity backend (IdentityApi.BaseUrl)

Build and run

npm install
npm run build:css
dotnet run --project src/ConnectSoft.Blazor.Mfe.Identity.SelfService

Use /register and /login, then explore profile and /security/2fa/setup.

Configure

Set IdentityApi.BaseUrl and Authentication keys in appsettings.json.

Test

dotnet test    # 21 bUnit + service tests (MSTest, FluentAssertions, Moq)

See also