Thinktecture IdentityServer v3 with WindowsAuth

I want to use Thinktecture IdentityServer as a token provider and authenticate users with ActiveDirectory. Thus, this token contains information about the domain user.

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

How can I do that? Check out a sample working code.

+3


source to share


1 answer


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



+3


source







All Articles