0
votes
0answers
87 views

Kerberos Oracle ADFS delegation S4U2Proxy ticket

We have a web site in .net 4.0 in IIS 7.5 at Windows Server 2008 R2 64, that are using Oracle Kerberos Authentication (SSO). The site uses WCF services as middle tier towards DB. All the users are ...
10
votes
1answer
451 views

Access denied impersonating current user accessing network folder

Trying to list the directories and files within a specific folder. This folder will depend on the current user (Page.User) which logs in by Windows Authentication (NTLM) and is retrieved from the ...
3
votes
2answers
245 views

Double hop SQL delegation not working

I've been trying to diagnose this for some time, and unfortunately Im still getting the dreaded anonymous logon issue when trying to connect to a sql db as a domain user. Steps taken: App Pool ...
0
votes
0answers
327 views

credential delegation to WCF Service with known password

I have an ASP Web Service that needs to talk to a windows service hosted WCF endpoint that then is talking to Microsoft Exchange via the Exchange Web Services Managed API v1.1 I have this code which ...
5
votes
2answers
318 views

Any good Resources for WCF Delegation?

I'm trying to setup WCF Delegation, without success (the scenario is Client > Frontend Server > Backend Server). In theory, this should be straight forward using Kerberos (I do have a Windows ...
4
votes
1answer
1k views

How can i start a console application using the 'network service' account

I have a console application that i would like to run as 'NT AUTHORITY\NetworkService', but i cant remember how to do so - the only reason is that i will be hosting my service in a windows service, ...
2
votes
5answers
10k views

Need to Impersonate user forAccessing Network resource, Asp.Net Account

I need to access a network resource on which only a given Domain Account has access. I am using the LogonUser call, but get a "User does not have required priviliege" exception, as the web application ...