Thinktecture IdentityServer v3 with WindowsAuth

不问归期 提交于 2019-12-09 04:57:11

问题


I want to use Thinktecture IdentityServer as a token-provider and authenticate users against ActiveDirectory. So that token contain information about the domain user.

Both Client and IdentityServer (IIS) reside inside a Windows domain. When Client authenticates with the user account in IIS it uses WindowsAuth.

How can this be done? Appreciate for working code sample.


回答1:


You would need to create a custom user service , see this example https://gist.github.com/tjrobinson/0ad6c790e90d7a385eb1



来源:https://stackoverflow.com/questions/31536420/thinktecture-identityserver-v3-with-windowsauth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!