Skip to content

Identity Backend Template — Getting Started (agents)

Agent intent

Verify clone, restore, build, and installer flow before suggesting edits or codegen.

Template role: User directory — accounts, roles, profiles. Pair with Authorization Server for OIDC issuance.

Canonical technical documentation

Full prose, diagrams, and edge cases live in ConnectSoft.Documentation:

Getting Started — public doc

Repository

  • Repo: ConnectSoft.IdentityTemplateREADME.md, AGENTS.md
  • Installer (typical): ConnectSoft.IdentityTemplate.Installer
  • Short name (typical): connectsoft-identity — confirm with dotnet new connectsoft-identity -h when applicable.

Agent checklist

  • Prefer public doc for long explanations; keep Factory responses actionable and short.
  • Do not embed secrets in generated appsettings; use env / KeyVault patterns per platform.
  • Cross-link Template Architecture when touching DI or layering.

  • After scaffold, open Application appsettings and align keys with configuration alignment.