This repository contains .NET templates with an initial IdentityServer setup.
License | Build status | Package | Downloads |
---|---|---|---|
dotnet new --install MintPlayer.AspNetCore.IdentityServer.Templates
You should be able to update the .NET templates using the following command:
dotnet new update
Create a new folder and CD inside it
mkdir OauthProvider && cd OauthProvider
Generate a new project using one of the templates
dotnet new id-provider
dotnet new id-application
Some stuff is explained in the following readme