2017-02-04 5 views
0

Identity Server는 ASP.NET CORE에서만 사용해야합니다.ASP.NET 5가 설치된 Identity Server 4

전체 .NET Framework 지원과 함께 ASP.NET 5와 함께 Identity Server 4를 사용할 수 있습니까?

+0

예. 가능합니다. 이 답변 확인 https://stackoverflow.com/questions/39642715/asp-net-mvc-4-5-2-connecting-to-identityserver4 – vcRobe

답변

1

ASP.NET 5는 ASP.NET Core (ASP.NET 5는 더 이상 사용되지 않는 별명)이며 예, IdentityServer4는 ASP.NET Core에서만 작동하지만 원하는 경우 전체 프레임 워크에서 사용할 수 있습니다.

다른 옵션은 ASP.NET 4.x "일명"MVC 5 "일명"WebApi 2.x 위에 IdentityServer3를 실행합니다.

+0

https://leastprivilege.com/2017/01/15/platforms-where -you-can-run-identityserver4 / – leastprivilege