Authorization Server Template — Getting Started¶
Install from the published installer package named in the repo (often ConnectSoft.AuthorizationServerTemplate.Installer). Verify dotnet new short name in .template.config/template.json.
dotnet new install ConnectSoft.AuthorizationServerTemplate.Installer
dotnet new <short-name> -n MyAuthServer
Run the Application host; configure signing certificates and client registrations per repository README.