/mvcidentityserver

.NET Core 3.1 MVC Website integrated with ServiceStack using IdentityServer4 Auth

Primary LanguageC#

mvcidentityserver

.NET Core 3.1 MVC Website integrated with IdentityServer4 Auth and ServiceStack

IdentityServer4 Login

Browse source code and install with the web dotnet tool:

$ dotnet tool install -g x

$ x new mvcidentityserver ProjectName

Docs

See Using IdentityServer4 Auth docs for more info about this template.

OAuth Setup

Replace the oauth.* App settings with your own in appsettings.Development.json for local development and appsettings.json for production deployments.