Questions related to the authentication and authorization services for Windows Communication Foundation (WCF) applications

learn more… | top users | synonyms

0
votes
1answer
15 views

WCF - Validation: Invalid token, How to redirect the message with exception details

I have implemented the members of IdispatchMessageInspector to validate the tokenId from the SOAP header. If the token is not valid, I would like redirect with error message. So that it would restrict ...
0
votes
0answers
10 views

WCF HttpBinding Security

I am very new to the wcf world as I tried to learn the technology by reading books out there. I have a very simple wcf application which has a host application and a client. I used utility provided ...
1
vote
1answer
22 views

How to validate Token Id before calling any web methods?

I am passing the TokenId as Soap Header for all the requests. <soapenv:Header> <tem:TokenIdentity>12345</tem:TokenIdentity> </soapenv:Header> for example I have 5 ...
0
votes
0answers
16 views

BasicHttpBinding service with both Http and Https

I've written a WCF service with BasicHttpBinding, which works with both http and https. My configuration for the service was as below. <system.serviceModel> <services> ...
0
votes
0answers
26 views

WCF x Web Service

What big difference between WCF and Web Service? I want you to show me a real case in which you acted and thought: 'is! WCF is actually much better than Web Service ', tell me relevant points that ...
-1
votes
0answers
48 views

Implementing a .NET application communicating with a bank's PKI service [closed]

I need to develop a .NET application communicating with a bank's PKI service. The PKI service enables bank customers to get and manage certificates for use in secure communications with the bank. ...
1
vote
0answers
53 views

How to send signed messages in BizTalk Server using WS-Security

I want BizTalk to send signed soap messages using WS-Security without encryption. My orchestration is using a dynamic send port. I have tried both, trying to configure a WCF-WSHttp Send Port like ...
0
votes
1answer
38 views

ASP.NET Forms Auth For Downstream WCF Authentication and Authorization

Development Environment: Windows 7 Enterprise with .NET 4.0 with Visual Studio 2010 Production Environment: Windows 2008 Server with IIS 7.0 I'm trying to figure out the best way to authenticate and ...
0
votes
0answers
16 views

Security Exception when consuming a web service from a wcf service

I'm trying to consume a web service from within my own WCF service. When I attempt to send a request, I get a SecurityException with the following message: Request for the permission of type ...
0
votes
0answers
20 views

WCF Client fails with authentication error after host service restart

I have two WCF services on remote machines. Service A is hosted via IIS, Service B is self-hosted. Binding is set to basicHTTPBinding and no authentication is required. Service A calls Service B and ...
0
votes
1answer
115 views

Azure WCF Service with Azure Active Directory Authentication

I know this question seems similar to other son here, but I have tried the answers posted Here: Securing WCF 4.5 service using Azure ACS 2.0 And Here: Federated authentication (single-sign-on) for a ...
0
votes
0answers
51 views

Calling an external service method channel factory client

How would I call a service method using ChannelFactory. Here's my code to create the ChannelFactory: var b=new CustomBinding(); var ...
0
votes
0answers
15 views

Securing WCF using XML signature with RSA algorithm

i want to secure WCF web service using XML signature only with RSA algorithm how i can do this? when i use sign it sign the body of SOAP message using DSA algorithm and i do not want use it ...
0
votes
1answer
48 views

WCF Windows Authentication not working

I've created a WCF service and I'm trying to set it up to disable anonymous access. I'm getting the following error when trying to add my service reference in an application: Security settings for ...
0
votes
1answer
30 views

WCF Error for some users

I have a Silverlight app that has some WCF services that it uses. When I run the silverlight app, everything works fine. Another person can use it just fine, however, the majority of users get an ...
0
votes
0answers
29 views

WCF authentication and authorization optimization

I have WCF service with custome authentication and authorization (userNamePasswordValidationMode="Custom", principalPermissionMode='Custom') In Validate method of my UserNamePasswordValidator I ...
0
votes
0answers
21 views

how i use RSA algorithm to secure WCF

my question is about how to secure WCF using RSA algorithm for both XML signature and XML encryption <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" ...
0
votes
0answers
19 views

WCF Router is not routing windows credentials

WCF Router is not routing windows credentials. Here is the scenario I am dealing with: Client, Domain A Router, Domain B, IIS App Pool runs under network service Service, Domain A, IIS App Pool ...
0
votes
0answers
46 views

WCF Web service is not working when i access it from other server. Its working fine on same machine and 2 other server

I have wcf web service to get total unread messages. this web service is not working when try to access it from another machine. However it work for same machine and also 2 other machines. Below is ...
1
vote
0answers
28 views

WCF Service Cross Domain Authentication

I am struggling to find the right security option for the scenario I am trying to solve. I have two wcf services located in different domains. (I believe the domains have trust). I am using ...
0
votes
2answers
54 views

WCF Service windows authentication

a WCF Service in hosted in our internal server. an external client will consume it and, our Service will consume our SharePoint service in order to edit an item list. The WCF Service will have the ...
0
votes
0answers
73 views

How to create cookie in wcf rest service?

How to create cookie in wcf rest service? I am using mvc as client, wpf as host hosting in wpf: var api = new Iservice(); apiHost = new ServiceHost(api); var ...
0
votes
1answer
42 views

Getting the IsAuthenticated status on WCF Data Services within the client

I have a wcf data service which authenticates the user with custom basic authentication. I used the tutorial on MSDN Blogs OData and Authentication – Part 6 – Custom Basic Authentication. So after ...
0
votes
1answer
138 views

WCF - Consuming SOAP Service Over HTTPS - Request Timeout

I have a WPF application, and I'm using WCF to consume a php webservice over Https, I've created a self-singed certificate on the server to test it and configured the client to use this certificate, ...
0
votes
1answer
61 views

choosing wcf security mode

I am going to work on a wcf service that would expose our catalog information for several external organization to access. I would like to authenticate/authorize them using a simple table in my back ...
0
votes
0answers
53 views

How to restrict access to WCF service hosted on IIS?

I have a WCF service hosted on IIS. I want to restrict access to the service. This is in intranet. I want to use Windows authentication. I have disabled the Anonymous access to the web site that is ...
2
votes
2answers
123 views

WCF Service not returning collection in web application

My WCF service is hosted on local IIS. I could not get the result from the wcf call when I call it from the application. But it is strange that it is showing correct result in debugging(while step ...
0
votes
0answers
53 views

Authenticating cross domain WCF binding

I’m fairly new to WCF I need some help/advice on what options I have available for the following web application setup. My WCF service is hosted within a web application which itself is accessed ...
1
vote
2answers
100 views

How to add security to a EF 5.0 Code First WCF DataService

I created several POCO then created a DbContext (FooDbContext) - I then created a DataService class device from DataService< FooDbContext > calll FooDatService. I can access all my data in my ...
0
votes
1answer
85 views

stop WCF from caching / re-using security tokens (SecurityContextToken)

I am using WCF Message level security with the following wsHttpBinding <security mode="Message"> <message clientCredentialType="Windows" establishSecurityContext="false" /> ...
1
vote
1answer
50 views

Do i need a certificate for data transmission?

I want to secure transmission of data between my WCF client and service. I thought i would have to employ an ssl certificate. Difference between BasicHttpBinding and WsHttpBinding However - on this ...
0
votes
0answers
20 views

WCF databinding

I have a problem in configuring my web-service which is hosted in the local system Computer_AA This is config file within the Web-service <system.serviceModel> <client> ...
2
votes
0answers
119 views

WCF call to an Axis2 webservice - System.ServiceModel.FaultException: BusinessObject

I'm writing a .Net C# Web service that is used to call a remote Axis2 web service at one of our suppliers using WS-Security It has to be hosted as a COM-visible DLL file because I'm actually using ...
0
votes
0answers
106 views

https Service with WCF or ASP.NET MVC web API

I am working on ASP.Net MVC 3.0 Applicaiton I need to develop a service in this application, that will expose CRUD operations. I learned that ASP.Net MVC has api Controllers that can also serve the ...
5
votes
1answer
298 views

WCF architecture help needed

We are planning on implementing our new software application as shown below. Does this architecture look fit for purpose? Items to Note: There are many PC's The pc has a WCF client as it needs to ...
0
votes
2answers
42 views

Is a WCF service open for method calls for any computer in the network by default?

I have a silverlight web application and I am loading data to the client side using a wcf service. Should I secure the WCF service? Can anyone who's on the network call methods of the service?
0
votes
3answers
77 views

Adding Second Layer Security for Wcf Service

I have hosted a Wcf Service When user login to his user account, it is my First layer security for the wcf service. that is normal windows login authentication. I want to provide a second layer ...
0
votes
0answers
39 views

Second Layer Security for Wcf Service

I have hosted Wcf Service . How can I do the following ..ie, When user login to his user account, it is my First layer security for the wcf service. that is normal windows login authentication. I ...
0
votes
0answers
24 views

Username and password in svclog

I'm calling a web service method repeatedly, each time using a different login. The following is the app.config settings ("..." for brevity) <system.serviceModel> <bindings> ...
2
votes
1answer
34 views

mvc wcf security

I have a MVC application which uses forms authentication. This application also hosts a WCF webservice (the Model). Webservice caters c# objects to the application, and same data is available as JSON ...
0
votes
1answer
123 views

Timestamp must be signed error in response

For starters, I know you'd think this is a duplicate but if you read them you'll notice that some people say that deleting the timestamp will fix it and others tell otherwise. I'm trying to connect ...
1
vote
1answer
109 views

firewalls block client of wshttpbinding service

I have a server pc with Windows Server 2008.and i also have a wcf service that work with Port 8525 and host it with Windows Service.i open the port in server firewall (Added Rule). My server machine ...
0
votes
1answer
39 views

MSDN Conflicting statement- Which protocol support which security in WCF (Particularly Transport and Message security)

Statement 1: Transport security is available on all of the bindings except for wsDualHttpBinding. Statement 2: Transport security is available on all of the bindings except for netNamedPipeBinding. ...
0
votes
0answers
122 views

WCF with SSL access denied to metadata and VS WCF Test Client

I'm trying to create a WCF webservice with ssl. Somehow my apps were not able to access it. After some research i've found this Visual Studio Tool to test WebServices. But it keeps giving me this ...
0
votes
1answer
42 views

Getting error “Security settings for this service require 'Anonymous' Authentication…” on one server while working on another

I know this error has been discussed many a times but I couldn't find any answers relevant to me so am trying again. Basically, I have a WCF service, which I have deployed to on one of our servers ...
0
votes
1answer
19 views

Implement SSL encryption in WCF

What are the configuration changes required to use SSL in a WCF .svc file.Did a lot of googling over the same and have tried all possible ways by configuring endpoints and service behaviors but it ...
0
votes
0answers
16 views

Certificate on server required for usertoken implementation in WCF

Im trying to create a WCF service with username token. I want to useBasicHttp` binding (which is simple enough) to authenticate the username and password sent from client (SOAP request). I searched ...
1
vote
1answer
63 views

User Authentication

I'm developing a small app, I have an asp.net web application with a WCF data service. On my app, the data service is exposed to Android, and I want to authenticate the users. The user's credentials ...
0
votes
0answers
92 views

Writing WCF interceptor for WCF WS-Security and WSE Nonce Authentication

I Have to write a WCF Interceptor which will extend the WCF Behaviour The behavior of my extension is that it will add a custom header to the request.... custom Header is going to be like below ...
0
votes
0answers
42 views

Passing data between X509CertificateValidator Validate() Method and Service methods

I write custom X509CertificateValidator. In Validate method i get UserId that i need later from my service methods. But i cant find a way to pass user id into my methods. ...

1 2 3 4 5 19