Skip to content

Identity Backend Template — Getting Started

dotnet new install ConnectSoft.IdentityTemplate.Installer
dotnet new connectsoft-identity -n MyIdentity

Run the Application project; apply EF / DB migrations as documented in the IdentityTemplate repository README.

Docker / SQL

Use generated compose or local SQL; align connection string names with Acceptance (see Extended template configuration alignment).

Next