[C#/ASP.NET MVC/.NETCORE] IdentityServer4 액세스 토큰 갱신하기

■ IdentityServer4 액세스 토큰을 갱신하는 방법을 보여준다.

[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