This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hello!
I have a project I am working on using windows authentication and deployed with IIS for an intranet site for work.
I am wanting to force impersonation as the windows authenticated user for the WCF service. However everything I have tried just doesn't seem to work.
Things tried: 1. Forced impersonation from the current context WindowsIdentity.Impersonate(); 2. Tried asp.net impersonation but it really defeats the purpose of windows authentication making it so the people have to type in their credentials.
I think this is the issue with the 2 hop problem with IIS.
I worked on this issue all last week and nothing got it to work.
Post Details
- Posted
- 8 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/csharp/comm...