Hi,
we have a simple client/server architecture, a wpf .net client requesting webapi. It will be IIS-hosted. We want to use windows authentication, so far so good.
But we want to provide a login possibility for users that are not the current "logged on windows user" just like TFS or Sharepoint do.
It has to be a valid windows account that the user needs to login.
So the question is, how do I get access to the windows account, get a valid token and send it to the IIS Server respective to webapi, hence making all that what normally comes out of box? ;)
Thanks in advance for any help!