[C#/ASP.NET MVC/.NETCORE] IdentityServer4 신원 서버에서 사용자 로그인 인증하기


■ IdentityServer4 신원 서버에서 사용자 로그인을 인증하는 방법을 보여준다.

[TestIdentityServer 프로젝트]

Properties/launchSettings.json

Program.cs

Configuration.cs

Data/DatabaseContext.cs

Startup.cs

Models/LoginViewModel.cs

Models/RegisterViewModel.cs

Controllers/AuthController.cs

Views/Auth/Login.cshtml

Views/Auth/Register.cshtml

[TestClient 프로젝트]

Properties/launchSettings.json

Startup.cs

Controllers/HomeController.cs

Views/Home/Index.cshtml

Views/Home/Secret.cshtml

TestSolution.zip