How to add integrated windows authentication to self hosted Asp.net web api?

802 views Asked by At

Is it possible to support integrated windows authentication (Kerberos) in a self hosted web api or is IIS an absolute requirement if integrated window authentication is required ?

Googling around I did not find a clear answer to this question or any sample code that demonstrates how this can be achieved.

I am trying to build self hosted web api that client can authenticate with using windows authentication ( without need to enter username password)

0

There are 0 answers