No announcements
Found 1215930 threads
-
0 Votes
Passing Database Credentials in WCF Header
Hi Raza, Most of the time custom header is the best option for passing additional parameters.Answered | 8 Replies | 4104 Views | Created by Raza Haider - Friday, October 7, 2011 5:43 AM | Last reply by Raza Haider - Wednesday, October 19, 2011 10:26 AM -
2 Votes
BizTalk WCF-BasicHttp Transport with Message Credentials- Credential config
When using the custom behaviour, when a message is received by the WCF-Custom adapter, and the custom authentication check is passed in the WCF custom ...Answered | 8 Replies | 3324 Views | Created by BizQ - Thursday, December 18, 2014 9:28 AM | Last reply by Abhishek0127[Abhishek kumar] - Sunday, January 4, 2015 2:42 AM -
6 Votes
Passing Client Credentials to WCF Service
That might work with NTLM, but it won't with Kerberos which will deny the credentials (passing a home-made NetworkCredential with usr/pwd/domain will work though).Answered | 9 Replies | 131123 Views | Created by OzCoder - Thursday, April 24, 2008 12:45 AM | Last reply by simplyrod - Tuesday, May 15, 2018 8:30 PM -
1 Votes
WCF Data Services credentials at the Silverlight Client
Atleast not writing to the headers.Answered | 4 Replies | 5988 Views | Created by EgoRich_ - Tuesday, March 23, 2010 11:35 AM | Last reply by macthestack - Tuesday, April 20, 2010 1:17 PM -
0 Votes
How to add header to WCF Service ?
Then you can check those headers in the WCF Service.Answered | 3 Replies | 4728 Views | Created by aujong - Monday, September 14, 2015 9:45 PM | Last reply by Grady_Dong - Wednesday, September 16, 2015 6:41 AM -
2 Votes
How to properly pass credentials from WCF service to another?
The impersonation is a common technique that WCF services use to assume the original caller's identity in order to authorize access to service resource.Answered | 1 Replies | 1217 Views | Created by BBauer42 - Thursday, March 12, 2015 2:50 PM | Last reply by Amy Peng - Friday, March 13, 2015 3:20 AM -
1 Votes
No Authorisation Header in WCF Service Call
At first one of my coworkers got things to work by catching the "magic" string passed in the Authorization header by using the WFETCH utility.Answered | 8 Replies | 17623 Views | Created by Heveen - Tuesday, September 29, 2009 9:57 AM | Last reply by Bradley.Ward - Thursday, September 30, 2010 12:49 AM -
0 Votes
WCF: Pass credentials when calling a SVC from the server side
The easiest way is to create a custom userNamePasswordValidator: http://msdn.microsoft.com/en-us/library/aa702565.aspx Use that code to store the information ...Answered | 1 Replies | 3007 Views | Created by sdupere - Wednesday, July 6, 2011 2:01 PM | Last reply by Ido Flatow. _ - Wednesday, July 6, 2011 9:57 PM -
0 Votes
Pass in credentials for basic authentication
When I try to set the client credentials is can not be set, it says read only.Answered | 9 Replies | 72841 Views | Created by ff4930 - Saturday, February 27, 2010 1:05 AM | Last reply by Mog Liang - Thursday, March 4, 2010 3:56 AM -
1 Votes
Access WCF Client Credentials in WCF Service
I have gone through first part http://msdn.microsoft.com/en-us/library/ms730868.aspx that descibe how to implement "client and service ...Answered | 2 Replies | 5496 Views | Created by Vikram .Net - Thursday, May 6, 2010 2:54 PM | Last reply by Satish Bodake - Saturday, May 15, 2010 3:38 AM -
2 Votes
wcf custom authentication credentials?
If it is a 2 value pair credential (guid/pin) - i'd re-use username/password credentials.Answered | 2 Replies | 3219 Views | Created by scott_m - Saturday, January 17, 2009 6:06 AM | Last reply by _larsw - Saturday, January 17, 2009 12:35 PM -
0 Votes
netTcpBinding & Windows security - how to pass credentials along
Therefore, you may consider using some custom authorization approaches or just let your service using a least privilege service account to access the backend database.Answered | 2 Replies | 4990 Views | Created by Etowah_man - Wednesday, December 9, 2009 1:01 AM | Last reply by Steven Cheng - MSFT - Tuesday, December 15, 2009 7:56 AM -
0 Votes
Trouble Passing User Account Credentials from SSRS to the Database
So I have an odd question here - I'm working on a SQL Server database through a different Windows account which was set up to access the production DB.Answered | 1 Replies | 3026 Views | Created by AvenueStuart - Saturday, April 20, 2013 10:27 PM | Last reply by Uri Dimant - Sunday, April 21, 2013 9:28 AM -
1 Votes
WCF Passing client credentials from website to WCF Service hosted on another server
Author of Microsoft's Official WCF 4 Course.Answered | 6 Replies | 7844 Views | Created by Michael D Pine - Tuesday, August 16, 2011 3:14 AM | Last reply by Michael D Pine - Monday, August 29, 2011 9:24 AM -
1 Votes
WCF Sign custom header
For your case, the custom binding use transport layer security only, therefore the WCF will not perform any sign / encrypt operation agains SOAP message content(header or ...Answered | 2 Replies | 4946 Views | Created by YT1110 - Monday, July 19, 2010 9:07 AM | Last reply by Steven Cheng - MSFT - Wednesday, July 28, 2010 3:01 AM -
0 Votes
Pass User credentials to PowerShell
http://www.codeproject.com/Articles/18229/How-to-run-PowerShell-scripts-from-C http://stackoverflow.com/questions/20410725/prompt-for-credentials-in-asp ...Answered | 1 Replies | 8678 Views | Created by Quentin.Samuelson - Thursday, November 26, 2015 4:05 AM | Last reply by April WX - Thursday, November 26, 2015 10:03 AM -
0 Votes
WCF Router and Credentials
Can you make sure the correct credential is passed to the end service?Answered | 7 Replies | 3403 Views | Created by Ted Phelps - Monday, October 17, 2011 7:43 PM | Last reply by Sudhakar Kottapalli - Friday, October 21, 2011 1:29 PM -
0 Votes
Pass credentials with Linq to SharePoint?
I'm trying to log in as a different user (not the user making the request ) based on some metadata that is being passed to my method.Answered | 3 Replies | 6284 Views | Created by ellison8 - Thursday, June 23, 2011 8:38 PM | Last reply by Dmitry Kaloshin - Monday, July 4, 2011 11:37 AM -
1 Votes
Soap Header in WCF
Can anybody provide me the code sample having used [SoapHeader("MyHeader", typeof(Header), Direction = ...Answered | 8 Replies | 25372 Views | Created by sangeetha shanmugam - Thursday, July 13, 2006 6:45 AM | Last reply by S.Kumars - Wednesday, December 22, 2010 5:31 AM -
1 Votes
Passing header values in Custom Binding
Looking for any application where I want to pass some header values such as CutomerId to WCF Service where Cutom binding is implemented.Answered | 1 Replies | 1117 Views | Created by HariNayak - Tuesday, May 6, 2014 8:15 AM | Last reply by dns jinung - Thursday, May 8, 2014 10:08 AM - Items 1 to 20 of 1215930 Next ›
No announcements