[C#/ASP.NET MVC/.NETCORE] IdentityServer4 API 호출하기

■ IdentityServer4 API를 호출하는 방법을 보여준다.

[TestIdentityServer 프로젝트]

Properties/launchSetting.json

Configuration.cs

Startup.cs

Program.cs

[TestAPIServer1 프로젝트]

Properties/launchSettings.json

Startup.cs

Controllers/SecretController.cs

[TestClient 프로젝트]

Properties/launchSettings.json

Startup.cs

Controllers/HomeController.cs

Views/Home/Secret.cshtml

TestSolution.zip

Advertisements