【问题标题】:Which Authorization grant type to use for requesting access token from IdentityServer3 with Integrated windows authentication?哪种授权授权类型用于通过集成 Windows 身份验证从 IdentityServer3 请求访问令牌?
【发布时间】:2015-09-03 14:11:25
【问题描述】:

我正在设计一个 Intranet 应用程序,通过该 Intranet Web 应用程序使用 IdentityServer3 颁发的访问令牌调用 Web API。由于它是一个 Intranet 应用程序,我将使用带有 Windows 身份验证的 IdentityServer3。 由于涉及到用户,我相信 资源所有者密码凭证流 是从 IdentityServer3 请求令牌的方式。如何将此流程与集成 Windows 身份验证一起使用?即,我不会有登录用户密码

谢谢, 单元格

【问题讨论】:

    标签: windows-authentication identityserver3


    【解决方案1】:

    你不能。顾名思义,资源所有者密码凭证流程要求您提供用户名和密码。

    您需要使用不同的流程,因为您没有使用密码,例如隐式流程。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-11-08
      • 2017-05-28
      • 2020-02-12
      • 2019-10-14
      • 1970-01-01
      • 1970-01-01
      • 2018-07-01
      • 2020-06-24
      相关资源
      最近更新 更多