标签: windows-authentication identityserver3
我想将Thinktecture IdentityServer用作令牌提供程序,并针对ActiveDirectory对用户进行身份验证。因此该令牌包含有关域用户的信息。
Client和IdentityServer(IIS)都驻留在Windows域中。客户端使用IIS中的用户帐户进行身份验证时,它使用WindowsAuth。
如何做到这一点?感谢工作代码示例。
答案 0 :(得分:3)
您需要创建自定义用户服务,请参阅此示例https://gist.github.com/tjrobinson/0ad6c790e90d7a385eb1