No announcements
Found 2551341 threads
-
5 Votes
WCF Windows Authentication not working
This will make sure the WCF is called by only authenticated windows users.Answered | 19 Replies | 14396 Views | Created by Alex Cardo - Monday, February 13, 2012 6:38 AM | Last reply by Jason Sauers - Sunday, March 13, 2016 2:34 PM -
0 Votes
WCF Service, Windows Authentication
The windows authentication configured on IIS virtual directory is transport layer authentication, so if you disable anonymous for it, that means you will use the transport ...Answered | 3 Replies | 4226 Views | Created by Ashish Kasama - Thursday, September 3, 2009 1:30 PM | Last reply by Ashish Kasama - Thursday, September 10, 2009 2:07 PM -
0 Votes
WCF streaming with windows authentication
But my application should not ask for any credentials as it is logging using windows authentication.Answered | 3 Replies | 1961 Views | Created by Revanth M - Monday, August 22, 2016 9:20 AM | Last reply by chilberto - Tuesday, August 23, 2016 7:39 PM -
1 Votes
WCF-Custom SQLBinding with SSO and Windows Authentication
I want to use credentials stored in SSO to connect to the SQL Server using windows authentication via the WCF-Custom adapter.Answered | 9 Replies | 7452 Views | Created by Mike Arnett - Tuesday, September 20, 2011 6:19 AM | Last reply by DPS Bali - Wednesday, September 21, 2011 11:56 AM -
2 Votes
Windows Authentication between WCF service & SQL Server
That works fine.Answered | 9 Replies | 9951 Views | Created by Amit Gadre - Saturday, November 13, 2010 2:02 PM | Last reply by Manjunath B E - Monday, March 5, 2012 12:15 PM -
0 Votes
WCF Authentication
And for authentication, it still uses the authenticaiton methods you defined at WCF message layer(such as the username authentiction you specified).Answered | 3 Replies | 2003 Views | Created by Ranish P - Friday, March 2, 2012 5:13 AM | Last reply by Steven Cheng - MSFT - Monday, March 5, 2012 4:01 AM -
1 Votes
wcf basic authentication with non windows accounts
we have a wcf service which needs to implement basic authentication (windows server 2008 R2).Answered | 1 Replies | 680 Views | Created by joy_fl - Tuesday, February 23, 2016 2:13 PM | Last reply by Khanna Gaurav - Tuesday, February 23, 2016 7:30 PM -
1 Votes
WCF Windows Authenticated Endpoint
>Your first answer is okey but what I want to do,for windows authenticated endpoint I want to restrict for specific user or usergroup Since your first issue has ...Answered | 3 Replies | 1061 Views | Created by Bilgehan YILDIZ - Tuesday, December 12, 2017 7:56 AM | Last reply by Edward8520 - Thursday, December 14, 2017 2:45 AM -
0 Votes
Mutual Authentication in WCF
So the mutual authentication here is "half" windows.Answered | 7 Replies | 3931 Views | Created by ASusi - Tuesday, December 16, 2008 8:53 AM | Last reply by Yaron Naveh - Thursday, December 18, 2008 3:01 PM -
0 Votes
WCF Service Authentication
If ASP.NET server control, it runs at server-side, therefore, we can just rely on the authentication of ASP.NET page(which contains the control) and for the server control it ...Answered | 4 Replies | 4089 Views | Created by Raju Golla - Tuesday, April 27, 2010 11:12 PM | Last reply by Steven Cheng - MSFT - Thursday, April 29, 2010 8:34 AM -
1 Votes
Authentication in WCF Client
Does your client currently supply windows authentication credentials to the service?Answered | 1 Replies | 4101 Views | Created by Shyamasundara K - Wednesday, May 13, 2009 6:32 AM | Last reply by Vivek Desai - Wednesday, May 13, 2009 7:55 AM -
0 Votes
Certificate Authentication on Windows Store Apps and WCF service
If you want to protect your WCF service over the web and easy to call with windows store apps, I will recommend you use the username authentication.Answered | 1 Replies | 637 Views | Created by SebProg - Thursday, October 8, 2015 8:26 PM | Last reply by Amy Peng - Friday, October 9, 2015 11:19 AM -
0 Votes
Authentication wcf service on receive location
Those are the settings directly taken from my production environmen with Basic/windows authenticaiton working.Answered | 16 Replies | 3660 Views | Created by Daniel.Nguyen - Tuesday, April 12, 2016 11:25 PM | Last reply by Arindam Paul Roy - Monday, April 18, 2016 9:43 AM -
0 Votes
WCF Queuing + mutual certificate authentication
Check the features of WCF supported in .netCF here http://blogs.msdn.com/andrewarnottms/archive/2007/08/21/the-wcf-subset-supported-by-netcf.aspx ...Answered | 3 Replies | 3432 Views | Created by Titan2782 - Monday, November 23, 2009 11:32 PM | Last reply by Haripraghash - Wednesday, November 25, 2009 12:36 AM -
0 Votes
WCF Authentication
Hi, I have implemented Custom Authentication with UserNamePasswordValidator.Answered | 1 Replies | 698 Views | Created by Ram02455 - Tuesday, November 3, 2015 4:57 AM | Last reply by Grady_Dong - Wednesday, November 4, 2015 6:19 AM -
0 Votes
WCF partial trust & windows authentication, cant use default credentials ?
And unfortunately HttpChannelFactory.GetConnectionGroupName() sets it if and only if you use Windows Authentication. ...Answered | 12 Replies | 10091 Views | Created by admac - Wednesday, July 2, 2008 11:34 AM | Last reply by vincent_1234 - Tuesday, February 2, 2010 1:01 PM -
1 Votes
WCF SSL and authentication
I followed the information in the second link (for authentication).Answered | 2 Replies | 3579 Views | Created by StockDev - Tuesday, October 25, 2011 3:42 AM | Last reply by StockDev - Thursday, November 3, 2011 4:51 AM -
2 Votes
wcf custom authentication credentials?
I would like to write a custom in-house WCF service to be consumed by in-house active WCF clients.Answered | 2 Replies | 3439 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
WCF Service: How we can enable Windows Authentication for a service
Hi Anagh, Here is an example about disable Anonymous authentication for a site, and enable Windows authentication for the site in iis7, it is achieved ...Answered | 4 Replies | 809 Views | Created by Anagh Bhatt - Thursday, June 1, 2017 8:38 AM | Last reply by Anagh Bhatt - Thursday, June 22, 2017 10:07 AM -
0 Votes
Authenticate WCF when called from jquery($.ajax)
http://stackoverflow.com/questions/1002179/how-can-i-pass-windows-authentication-to-webservice-using-jquery The above link has the example of ...Answered | 7 Replies | 18171 Views | Created by fresher2012 - Wednesday, April 24, 2013 5:40 AM | Last reply by Damir Dobric - Saturday, May 4, 2013 12:53 PM - Items 1 to 20 of 2551341 Next ›
No announcements