Skip to content

Identity Backend Template

The Identity Backend Template (ConnectSoft.IdentityTemplate) is a Layer 3 specialized template for ASP.NET Core Identity–style user, role, and claims management. It uses the same Base Template submodule layout, Central Package Management imports, and Clean Architecture project structure as the Microservice Template.

How it fits the platform

  • Base Template lives in base-template/ as a git submodule (see Template layering and reuse).
  • The composed solution typically replaces or extends the Base Template Application host with identity-focused projects while reusing Options, Metrics, and cross-cutting ConnectSoft.Extensions.* packages.
  • Authorization Server and API Gateway templates often depend on this backend for identity data; see Templates dependencies.

Documentation in this site

For repository-specific READMEs and pipeline details, refer to the ConnectSoft.IdentityTemplate Git repository in your Azure DevOps project.