Impersonation is a process whereby an application assumes another identity or security context during execution.
0
votes
0answers
9 views
How do I debug an impersonation issue when calling an asmx web service from a web site?
Here's the setup:
there's an ASP.NET web site hosted in IIS 7.5 on a Win2008R2 server (call it server A); the site uses Windows authentication and has impersonation set to true:
<authentication ...
0
votes
1answer
16 views
Impersonating and WMI'ing a remote machine using UAC
There are a few question on SA about impersonation and UAC, but my situation seems to be different.
My code runs locally, impersonates a user, copies an installer to a remote machine, then finally ...
0
votes
0answers
18 views
Getting access denied error when getting impersonated windowsIdeneity.Name
I am trying to extract upn from claims and impersonate the user using upn in a sharepoint app. However evertime just after the user is impersonated, and i access the impersonated windowsidentity.name, ...
1
vote
1answer
24 views
ASP.NET Impersonation with Elevation
I have an ASP.NET application configured via web.config to use impersonation like this:
<system.web>
<identity impersonate="true" />
<authentication mode="Windows" />
...
0
votes
1answer
43 views
Using COM objects in the Impersonated thread
I'm writing windows service which consists three separated threads. When user logs in (is logged when service starts) I impersonate each thread (so it operates on same access rights as currently ...
0
votes
0answers
22 views
Access CurrentUser Registry Key for Impersonated User - Compatibility with .NET 3.5
I've recently written an application that impersonate user account, get a handle to CURRENT_USER registry key (using PInvoke "LoadUserProfile" to retrieve ProfileInfo.hProfile object) and create ...
0
votes
0answers
21 views
What is the proper way to authenticate a windows user in asp.net?
I have a IIS server running on a Windows 7 machine. I have an ASP.NET site set up on the machine with the authentication set to Windows. I have my Authorization node setup as follows:
...
0
votes
1answer
60 views
Trying to impersonate another user to update Active Directory
I have an application in C# where I'm trying to update the AD by impersonating another user.
I'm reading the AD in order to let users update noncritical fields like phone numbers of any AD account. ...
0
votes
0answers
22 views
.NET Impersonation: DLL causes Wind32Exception directory not found
I'm building a Lync application, that starts Lync and signs the user in and sends a message. The next step was to impersonate another user and send a message from that specific user.
So I used this ...
0
votes
0answers
9 views
How does DCOM Running identity coincide with Server-Client Impersonation?
A DCOM Object in my server is set to run as a particular user in the DCOMCNFG ==> Object Properties ==> Identity Tab.
When a remote application calls this DCOM, how will Impersonation be Handled? Can ...
1
vote
1answer
46 views
ASP.NET Impersonation not working on production
So I've an issue with code on a production server, running Windows Server 2003 & IIS 6.
I'm trying to impersonate a domain account, which works fine locally.
Though when it's on the server the ...
1
vote
1answer
34 views
Getting a CLR stored procedure activated by a broker queue to run as the database owner
I'm trying to set up a CLR stored procedure to be run from a service broker queue so that the CLR stored procedure runs as the database owner.
I've tried all sorts of combinations but can't get this ...
1
vote
0answers
46 views
How to impersonate Farm Administrator in server object model?
We are using SharePoint Foundation 2010. We are creating content database and site collection using server object model. We have more than 1000 users in SharePoint. As content database and site ...
0
votes
1answer
47 views
getting the username of the currently impersonated user
I'm trying to impersonate a remote active directory account in my asp.net c# website which is hosted on a none domain computer (or other domain). I've gotten this to work:
IntPtr token = ...
0
votes
0answers
18 views
Impersonation Appears to Work But Fails File Access
I have a program where I impersonate a user in order to access a file. Even though the permissions are set up properly, the program thinks the file doesn't exist. The code below also shows me that ...
0
votes
1answer
35 views
Impersonating different users during install in WiX setup
I've just created a WiX v3.5 installer to install my Web application to IIS7. I have custom actions to allow the user to choose which website and app pool they want and to name the Virtual directory ...
0
votes
1answer
31 views
C# accessing DirectoryEntry via impersonation will throw a catastrophic exception for the first time only
I am impersonating a user using this c# code:
SafeTokenHandle logon_token = null;
SafeTokenHandle duplicate_token = null;
const int LOGON32_PROVIDER_DEFAULT = 0;
const int ...
1
vote
0answers
49 views
How to view event logs from remote computer by providing credentials in C#?
Hi i am trying to view the event logs in the remote computer using c# . I only want to get logs with Source Enterprise Library Logging. The code below works fine in local machine.
To connect to the ...
0
votes
1answer
53 views
Security of IIS 7.5 impersonation?
I posted this question here before: http://security.stackexchange.com/questions/34405/iis-7-5-impersonation-threat but I thought I would try it here as well if that's ok.
I am using IIS 7.5 and I ...
0
votes
0answers
35 views
Forms Authentication is slow in ASP.net web application
I have several asp.net web application in IIS, which authenticate against AD. I'm not sure what happened, but recently it's been taking about 40-60 seconds to authenticate users in all the web ...
0
votes
1answer
34 views
WCF Service - Impersonating fixed account in web config
I'm trying to write WCF Service which will be searching through Active Directory services. I would like to set this service to use my fixed credentials, so my password would not expire.
This is how ...
0
votes
1answer
23 views
User settings/configuration with impersonation
Is it possible to get ConfigurationManager.OpenExeConfiguration to use the currently impersonated user (when impersonation is being done similar to the code sample for WindowsImpersonationContext) - ...
0
votes
1answer
49 views
Magento User Sub-Accounts for Impersonation
I have a requirement for a Magento project that accounts are hierarchical. That is one account can "own" multiple other accounts. If one account owns another account it is allowed to impersonate that ...
1
vote
1answer
62 views
can not Impersonate the permission in the NamedPipes if client and server are in the different machines
I got the UnknownErrorException with error code 1346 for named pipe, the code as below
(notes: the client and server are in different machines)
server code:
public static void ReadFile()
{
...
1
vote
1answer
105 views
C# Directory.exist always return false on the local network
I'm trying to check wether a directory exist on not or a local network. After some research on stackoverflow and MSDN, I develop my code by using impersonate method. The problem is it's not working ...
0
votes
0answers
21 views
Telerik Document Manager impersonating domain user
I have an admin panel based on ASP.Net which is using the Telerik Editor containing the document manager to upload files,documents etc.
I am hosting it on my local server on IIS 7 with the static ...
0
votes
1answer
29 views
Impersonation with visual studio development server
I'm trying to simulate impersonation with asp.net. If I use my application with IIS I don't have any problem and simulate the impersonation correctly, but if i use the VS development server I receive ...
0
votes
0answers
47 views
Impersonating User role in cross-domain
In my current application, my testing team is working on a different domain and the production server is on a different domain, where windows authentication is enabled in IIS. The testing team user A ...
0
votes
0answers
64 views
C# Nested impersonation - impersonate a user whilst already impersonating another
I have a fairly odd requirement to be able to impersonate a user, when I'm already impersonating another, using C#.
I'm writing an app to allow the management of Active Directory users. This app will ...
0
votes
2answers
292 views
IIS impersonation returns app pool user
I am writing an application allowing users to manage groups in Active Directory. I want to use the identity of the currently logged in user so that they do not have to log into the application. The ...
0
votes
1answer
138 views
Run powershell as loged windows user in ASP.net intranet
I'm creating MVC intranet application in ASP.NET C# with Windows authentification , and i need run an external powershell script with uers credential.
i add in my web.config file.
<system.web>
...
0
votes
0answers
80 views
Authentication or Impersonation in SharePoint
I have a mvc web application hosted on iis and SharePoint installed on another machine. The Web application read the directory on SharePoint. How can I authenticate all the request coming from the ...
1
vote
1answer
43 views
should I use impersonation in asp.net?
Our organization has web applications that are mostly used internally by users who have Active Directory accounts. Currently, each of our application runs under its own AD account. We grant access ...
2
votes
2answers
181 views
How to get security token of a windows service's LogOn user?
I need to impersonate the LogOn user account of a particular windows service.
I have been able to get the username using WMI (sadly the LogOn user identity doesn't seem to be exposed using any of the ...
0
votes
2answers
273 views
C# Start Process with logged on user credentials
I am running a winforms application with elevated user rights (emulated Run As as a different domain administrator account), however I want to start a sub process of opening a webbrowser to a URL with ...
0
votes
0answers
53 views
Identity Flow in WCF using Transport Security with Basic Authentication
I am using WCF to develope web services with wsHttpBinding and Transport security set to 'Basic':
<security mode="Transport">
<transport clientCredentialType="Basic" ...
1
vote
1answer
108 views
WCF Double Hop Localhost Losing Impersonation on Second Hop
I've seen a lot of posts about the WCF double-hop issue with impersonation, but none of them have specifically helped me resolve my problem.
What am I missing? What else do I need to do in order to ...
5
votes
2answers
103 views
Why is exception from impersonated code not caught?
My C# code uses impersonation by calling Win32 functions via P/Invoke
internal class Win32Native
{
[DllImport("advapi32.dll", SetLastError = true)]
public static extern int ...
1
vote
1answer
86 views
Impersonate Current User from Service
Don't know if this is possible but i would like to impersonate the current logged on user from within a Service? Please note i will not know the username password for the current logged on / active ...
2
votes
2answers
97 views
Verify that the currently authenticated windows user has delegation rights
Given that I have a WCF service using windows authentication, and I want to impersonate them and call another WCF service, like so:
using ...
1
vote
0answers
141 views
“Win32Exception: The directory name is invalid” Impersonation & UAC
I have written a program that needs to be run elevated to invoke two methods of a WMI object. Works like a charm if run by an user from the administrators group in "elevated mode". But now the problem ...
0
votes
0answers
109 views
How to clear impersonation coming from logonuser “new credentials”
I have a winform in which I want to impersonate a different user to call services hosted in IIS. I'm getting the user credentials from textboxes, very basic. I'm pinvoking "logonuser" to get an ...
0
votes
1answer
111 views
Impersonate a user via Salesforce REST API?
Is there a way to impersonate a user via the Salesforce REST API so you only get the see the data that he has access to? E.g. You would only retrieve the contacts the impersonated user is allowed to ...
1
vote
0answers
81 views
Impersonate google user with a service account
I'm using google-api-php-client 0.6.1 and I'd like to know is there a way to impersonate concrete user with service account? My application needs to store some files in its google drive. So, I've ...
3
votes
0answers
110 views
Impersonation/Delegation with SourceSafe Interop
I'd like to open a source safe database using Interop.SourceSafeTypeLib 5.2.0.0 on SourceSafe 8.
This should happen in a server service running under 'network service' account. The server service ...
0
votes
1answer
38 views
Linq to SQL Impersonation
I have an ASP.MVC 3.0 application. My solution is containing a Linq to SQL project (.dbml). I0ve made the choice to put it in a different project and not in the web application project. I also have ...
0
votes
1answer
442 views
The account does not have permission to impersonate the requested user
I am getting this error while try to accessin the resource mailbox. pls any one help me on this . I am new to EWS.
I am able to access the resource mailbox through OWA(Outlook web app). But i am not ...
0
votes
1answer
67 views
How do I use SecureZeroMemory with LogonUser when impersonating a user?
When is it necessary or recommended to add the function SecureZeroMemory?
Neither this MSFT sample for WindowsImpersonationContext, or these Stackoverflow questions link link2 even mention the ...
0
votes
0answers
60 views
Can't impersonate with Microsoft.Web.Administration
I have a problem with programmatically impersonate when I'm
using Microsoft.Web.Administration. It is saying me can't read redirection.config
Here is my impersonator's code:
public class ...
0
votes
0answers
137 views
How to get WCF to use User Credentials to make DB call without setting SPN
I have a windows form which is calling a WCF service. This WCF service is then making a DB call with integrated security set to true.
Currently, I am using impersonation in the WCF service. To test, ...



