No announcements
Found 3154473 threads
-
0 Votes
Impersonating a user when making rest api call
we can't quite impersonate over REST API since the code runs client-side and any user could capture the request and use it in wrong way to impersonate the ...Answered | 9 Replies | 5732 Views | Created by BrajMohan Singh - Thursday, March 22, 2018 5:55 AM | Last reply by BrajMohan Singh - Monday, March 26, 2018 10:23 AM -
0 Votes
Impersonalization trouble in wcf
Generally, for a windows token(authenticated from a certain user account), it can be forwarded to a remote machine, but not longer to another further remote one.Answered | 4 Replies | 4133 Views | Created by aleksey.aka.lexx - Friday, August 7, 2009 11:09 AM | Last reply by aleksey.aka.lexx - Thursday, August 20, 2009 1:33 PM -
0 Votes
SQL 2005 Peer-To-Peer Replication Cross Domain Impersonation Fails
Can you explain how you solve this?Answered | 5 Replies | 5942 Views | Created by Diane Sithoo - Tuesday, September 15, 2009 6:50 AM | Last reply by powered182005 - Monday, October 19, 2009 6:48 AM -
3 Votes
Impersonation from Webparts
I set the var user = SPContext.Current.Web.AllUsers to a domain admin ...Answered | 10 Replies | 4484 Views | Created by Jordo Jordan - Wednesday, November 9, 2011 3:24 PM | Last reply by Jordo Jordan - Friday, November 18, 2011 5:25 PM -
3 Votes
Impersonating SPServiceContext
We are not using AD for authentication and the wi2 still shows the current user, not the impersonated user.Answered | 14 Replies | 21413 Views | Created by Jeremy Thake - Tuesday, February 23, 2010 2:27 PM | Last reply by lgoolsby - Friday, July 15, 2011 3:31 PM -
0 Votes
How to interact with the user during application setup
But how exactly do it do that?Answered | 5 Replies | 1293 Views | Created by mcosmin - Wednesday, March 21, 2012 8:12 AM | Last reply by Louis.fr - Thursday, March 22, 2012 7:37 AM -
0 Votes
Impersonation Information
Add another thread about Impersonation Information dialog, perhaps this is not what you exprected, but it may helps in ...Answered | 3 Replies | 4258 Views | Created by LiteThesko - Thursday, January 28, 2010 7:18 AM | Last reply by Raymond-Lee - Monday, February 1, 2010 2:43 AM -
2 Votes
Impersonate access to Sharepoint library
You can do like Alex suggested, you can create a workflow with an impersonation stage that modifies a column's value so that it always gets updated by the account ...Answered | 3 Replies | 815 Views | Created by Adding - Monday, September 19, 2016 8:27 AM | Last reply by Lisa Chen1226 - Monday, September 26, 2016 3:28 AM -
1 Votes
Using a domain ID other than logged-in user ?
To achieve what you are looking for, you need a third tier, one way or another.Answered | 5 Replies | 6251 Views | Created by Bruce1965 - Monday, October 17, 2011 5:43 PM | Last reply by Erland Sommarskog - Thursday, October 20, 2011 9:50 PM -
0 Votes
Impersonation in Exchange online
Impersonation allows you to not have to separately authenticate as each user to connect to their mailbox.Answered | 4 Replies | 2747 Views | Created by talib2608 - Friday, December 19, 2014 8:56 AM | Last reply by talib2608 - Monday, December 22, 2014 2:57 PM -
0 Votes
Impersonation Step Issues
If the workflow has been edited and publish by another person who doesn’t have the necessary permission, then you need to publish it again.Answered | 2 Replies | 1007 Views | Created by Devin McMahon - Tuesday, March 22, 2016 5:57 PM | Last reply by Chris yuri - Wednesday, March 23, 2016 3:21 AM -
0 Votes
is impersonation possible for SQL Azure
Yes, if you want to impersonate another user, you can use "EXECUTE AS USER".Answered | 1 Replies | 8669 Views | Created by Tony 998800 - Monday, January 4, 2010 10:36 AM | Last reply by harisiva - Wednesday, January 6, 2010 3:33 AM -
0 Votes
Handling Multiple User DB Interaction
It seems that the only method of handling this does require a bit of procedural based interaction.Answered | 4 Replies | 7409 Views | Created by JaedenRuiner - Tuesday, September 15, 2009 6:26 PM | Last reply by JaedenRuiner - Wednesday, September 23, 2009 3:43 PM -
0 Votes
How to copy database to another domain???
Once the database is moved then the database users in the new instance will most likely not match to the instance logins from the old instance.Answered | 1 Replies | 7225 Views | Created by Bobpat - Wednesday, January 12, 2011 8:31 PM | Last reply by David Dye - Wednesday, January 12, 2011 8:44 PM -
1 Votes
Difference between an Impersonate User and run with elevated privileges.
Impersonation means to execute code as a specific user.Answered | 1 Replies | 4832 Views | Created by RT_MagStar - Monday, July 30, 2012 2:10 PM | Last reply by Jason Warren - Monday, July 30, 2012 2:20 PM -
0 Votes
Interactive user data
Exposing SSIS packages to end users may be overwhelming to them and depending on how you implement things, it may bring some licensing implications (e.g if you want each ...Answered | 6 Replies | 2876 Views | Created by Robyeager - Friday, July 16, 2010 1:12 PM | Last reply by Robyeager - Friday, July 16, 2010 2:37 PM -
1 Votes
impersonate user for call to web service
You can set the credentials property of the lists web service with a NetworkCredential class like so: myList.Credentials = new NetworkCredential(theuser, p@ssword, domain); ...Answered | 3 Replies | 5467 Views | Created by QPR_JAY - Thursday, April 4, 2013 10:42 PM | Last reply by Steve.Curran - Sunday, April 7, 2013 10:46 PM -
0 Votes
How to move SQL server from one domain to another domain
Hello, In this scenario I would probably change the SQL Server service accounts to local system accounts, if the SQL Server service accounts are ...Answered | 2 Replies | 1805 Views | Created by karthik1202 - Wednesday, September 28, 2016 12:29 PM | Last reply by Alberto Morillo - Wednesday, September 28, 2016 1:26 PM -
3 Votes
ActiveX not sending IE (Impersonated) user credentials to web service (Windows Authentication)
A page on this site has a managed user control (Activex) which also makes calles to a webservice on the same web server and It also uses WebClient to load certain XML files from the server.Answered | 2 Replies | 2211 Views | Created by lpatnaik - Tuesday, March 12, 2013 5:22 PM | Last reply by Zoltán Horváth - Wednesday, March 13, 2013 11:54 AM -
0 Votes
How to impersonate a user after getting credentials from SSS?
The blog post below shows you how to call the SSS and use the credentials to call a web service.Answered | 3 Replies | 3328 Views | Created by mortenbpost - Tuesday, January 24, 2012 10:27 PM | Last reply by mortenbpost - Wednesday, January 25, 2012 10:46 AM
No announcements