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

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

[TestServer 프로젝트]

Properties.launchSettins.json

Configuration.cs

Models/TestUserData.cs

Startup.cs

Extensions/ControllerExtension.cs

Attributes/SecurityHeadersAttribute.cs

Controllers/AccountController.cs

Controllers/ExternalController.cs

Views/Account/Login.cshtml

Views/Account/Logout.cshtml

Views/Account/LoggedOut.cshtml

Views/Account/AccessDenied.cshtml

[TestClient 프로젝트]

Properties/launchSettings.json

Startup.cs

Controllers/HomeController.cs

TestSolution.zip

Advertisements