wcf-security Questions

23

I'm having a problem using a WCF call from a Windows service to my WCF service running on my web server. This call has been working for a number of weeks, but then stopped working all of a sudden, ...
Gaytan asked 6/1, 2010 at 15:16

6

Solved

I have a WCF service I'm trying to host on our production web server (IIS6). I've set the web up and tied our cert to the web. When I try to browse to the service url, I receive the following error...
Epiphysis asked 1/11, 2012 at 19:59

3

I have a WCF service configured with TransportWithMessageCredential security. All the three implementations for IAuthorizationPolicy, ServiceAuthenticationManager and ServiceAuthorizationManager ar...
Disyllable asked 2/6, 2016 at 6:2

3

I am using C#/WCF. I have a web service which shall be invoked by the client. This is the service definition: <service behaviorConfiguration="WCFInterface.CommonBehavior" name="WCFInterface.Co...
Log asked 25/9, 2009 at 12:19

1

What might the reason be that I get the exception below when trying to validate a token. TokenValidationParameters validationParameters = new TokenValidationParameters(); validationParameters.Val...
Particulate asked 31/3, 2015 at 14:18

2

I'm trying to figure out how to implement a replay attack detection mechanism with WCF in a web farm scenario. WCF provides such detection mechanism by using a nonce cache. Correct me if I'm wrong...
Bolingbroke asked 6/9, 2010 at 10:0

2

I'm trying to make a call to a webservice and want to manually add the ws-security headers into the request because .net core 2.2 currently does not support ws-security. I have created my custom s...
Overcash asked 14/1, 2019 at 12:37

9

Solved

The authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'BasicHttpBinding' ('Negotiate'). Please ensure that the SecurityMode is set to Transpor...
Sarabia asked 24/11, 2013 at 16:23

6

Solved

I just implemented a simple WCF server using net.tcp. First, I use 127.0.0.1 as server address and client able to connect the WCF service. Everything is Ok. But when I try to use the internal IP...
Dudleyduds asked 12/5, 2011 at 15:22

2

Solved

I'm working on a WCF service that is to be consumed by a client that is not developed by me and also it's not .NET (possibly Java). In any case, the service should support mutual SSL authenticatio...
Beta asked 3/7, 2015 at 6:49

2

Solved

I'm trying to convert an old WCF client to dotnet core. I successfully generated my proxies from the wsdl and have been trying to configure them so I can successfully call the endpoint. It appears,...
Romanticize asked 7/6, 2019 at 7:5

7

I'm developing WCF service with Transport Security hosted on IIS 7.5 under Windows 2008R2. I have a certificate, generated in IIS 7.5 which is stored in Local folder. When I use BasicHttpBinding o...
Graphemics asked 15/1, 2013 at 12:39

3

I would like to ask the following. We have a mobile app both for Android & iOS that exchanges data with a .NET server. For Android the ksoap2 library is used, while for iOS the Alamofire with ...
Fovea asked 20/9, 2018 at 15:5

2

Solved

After a brutal struggle with WCF Security, I think I'm at the final stage now and can see the light. I've got a Client certificate installed on my server, and is now, as advised, in the Trusted Pe...
Imogen asked 6/11, 2012 at 10:27

1

I am running a .Net WCF web service which handles several different request SOAP messages and which is hosted under IIS (version 7). In the case that transport security is used (https) for the web ...
Bennink asked 15/4, 2015 at 8:54

3

I'm having a strange situation here. I got it working, but I don't understand why. Situation is as follows: There is a WCF service which my application (a website) has to call. The WCF service ex...
Diannadianne asked 6/5, 2010 at 14:10

3

I've created a WCF service with a wsHttpBinding and Message security. Then I added a service reference which resulted in the client's config file being updated with this: <client> <endpo...
Suzansuzann asked 25/7, 2013 at 2:28

8

Solved

I'm using basic authentication to secure a set of WCF web services exposed only inside our corporate network, and I was wondering if there was a way to trigger the browser's credentials dialog to a...
Cobham asked 10/11, 2014 at 17:42

0

In my previous question I've tried to connect to JAVA service that required custom security. I've created custom MessageEncoder to add attributes required by service, but after trying to send requ...
Durham asked 24/3, 2017 at 14:37

1

I'm trying to consume Java Web Service using C# in desktop application. My first attempt was using WebServicesClientProtocol, but I'm not able to add necessary attribute that is required by WSSE Us...
Kamal asked 9/2, 2017 at 23:48

1

We're building a platform where the client is an ASP .Net MVC one, using ASP Net Identity 2.0 for authentication and authorization (using Claims), which works great on the web side. We also have a...

2

I'm getting what appears now to be a security error in my WCF Service. Originally my error was about a falted state(removed using around client proxy to clear this error), but have found more infor...
Parthenogenesis asked 10/6, 2010 at 11:23

3

Solved

I am attempting to consume a web service through its corresponding wsdl. This service is dependent upon authentication conforming to Web Services Security Basic Security Profile 1.0 including that ...
Griffey asked 29/4, 2011 at 19:47

3

Solved

I am having issues with Visual Studio 2013 and our corporate proxy (signin does not work, updates do not work, visual studio gallery does not work, nuget and git fail ). All of these are doing http...
Trahurn asked 10/1, 2014 at 16:49

3

Solved

I have a self-hosted WCF server running as a Windows service under the Local System account. I am trying to create a self-signed certificate programmatically in c# for use with a net.tcp endpoint u...
Bagasse asked 20/8, 2013 at 15:56

© 2022 - 2024 — McMap. All rights reserved.