Skip to content

Blazor MFE Authorization Server Admin (ConnectSoft.Blazor.Mfe.AuthorizationServer.AdminTemplate)

A Blazor WebAssembly microfrontend for administering an OAuth 2.0 / OpenID Connect Authorization Server: clients, tokens, authorizations, scopes, and audit logs. It ships as a packable RCL with a WASM sample shell and calls a real management REST API.

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

dotnet new

dotnet new install <installer-package-or-path>
dotnet new connectsoft-blazor-mfe-auth-admin -n Acme.Auth.Admin
  • Identity: ConnectSoft.Blazor.Mfe.AuthorizationServer.AdminTemplate
  • Short name: connectsoft-blazor-mfe-auth-admin

What makes it distinct

  • Administers the authorization server itself (OAuth/OIDC clients, scopes, tokens) - not end-user identity.
  • Blazor WebAssembly RCL (most Identity products here are Blazor Server).
  • Real HTTP integration via AuthorizationServerApiClient with bearer-token handler.
  • Uses ConnectSoft.IdentityTemplate.ServiceModel for auth DTOs and has the richest test suite (~65 files).

See also