【发布时间】:2018-07-18 07:12:37
【问题描述】:
正在使用 Angular 客户端和 ASP.Net Web API 后端构建一个新应用程序。后端将仅在短期(1 年)内由 Angular 客户端使用,但从长远来看将在外部(移动和第 3 方)使用。
最初使用 ASP.NET Identity 与 IdentityServer4 来保护 API 的优缺点是什么?从 ASP.NET Identity 切换到 IdentityServer 会有多困难,从一开始就使用 IdentityServer 是否值得。
【问题讨论】:
标签: asp.net security asp.net-web-api asp.net-identity identityserver4