lambertj / mvcidentityserver

.NET 5.0 MVC Website integrated with ServiceStack using IdentityServer4 Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvcidentityserver

.NET 5.0 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

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new mvcidentityserver

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.

About

.NET 5.0 MVC Website integrated with ServiceStack using IdentityServer4 Auth


Languages

Language:C# 75.4%Language:HTML 21.5%Language:CSS 1.4%Language:Less 1.2%Language:JavaScript 0.4%