【问题标题】:Which is the best scenario for use IdentityServer?哪个是使用 IdentityServer 的最佳场景?
【发布时间】:2017-02-23 21:39:05
【问题描述】:

在什么情况下最好使用IdentityServer 而不是Identity 并获得Microsoft.AspNetCore.Authorization 的许可?

最好在哪里使用一个而不是另一个?

我选择IdentityServer 是出于速度原因还是出于什么原因?

【问题讨论】:

    标签: asp.net-core authorization asp.net-identity identityserver4


    【解决方案1】:

    您选择 IdentityServer 是因为您希望 SSO 用于您的不同应用程序或客户端(移动应用程序/Web 应用程序/服务/api 等)。 IdentityServer 还允许您将身份验证和授权问题与其他应用程序分开。

    Asp.Net Identity 只是 Asp.Net 的内置会员系统(用户帐户和管理它们)。 Asp.Net Identity 可以与 IdentityServer 无缝结合使用。

    【讨论】:

      猜你喜欢
      • 2012-06-05
      • 1970-01-01
      • 1970-01-01
      • 2010-10-10
      • 2013-12-01
      • 1970-01-01
      • 2022-01-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多