Questions tagged [wcf-authentication]

Use this tag for questions related to the Windows Communication Foundation Authentication Service.

Usually is found along with , so you may use it too, if needed.

39 questions
0
votes
1 answer

Silverlight 4 raise event on forms authentication cookie expiration

I am stumped on how to fire an event in silverlight when a forms authentication cookie expires. I would like to redirect the application to a login screen immediately. I understand I can wait until a web service call fails but I think redirecting…
0
votes
2 answers

WCF UserName & Password validation using wshttpbinding notworking

I am new to WCF Service authentication, I was trying to achieve wcfauthentication using wshttpbinding. but i am getting below exception. Could not find a base address that matches scheme https for the endpoint with binding WSHttpBinding. Registered…
Vicky S
  • 762
  • 4
  • 16
0
votes
0 answers

How to pass authentication to WCF service

I have web site configured in IIS. The default web site is the main web site and there is MVC application and WCF application configured under the default web site. Something like below The default web site is using OpenID connect authentication…
LP13
  • 30,567
  • 53
  • 217
  • 400
0
votes
1 answer

WCF service - Custom Authentication doesn't work

I am trying to set up authentication on my webservice, however, after setting up a validation class that inherits from UserNamePasswordValidator, the service still allows the client to work without a username or password Web Service Imports…
user3428422
  • 4,300
  • 12
  • 55
  • 119
0
votes
1 answer

WCF Authentication Service Slow

Im using the built in Authentication Service to check if a user is valid. Testing in SOAP UI, each request i make takes longer each time. I catch this event, AuthenticationService_Authenticating in global.asax, to check some other criteria on the…
Neil Hosey
  • 465
  • 6
  • 23
0
votes
0 answers

How to access control WCF service with multiple interface

Hi I have a requirement here, I have WCF service which is implementing 2 interfaces, naturally it will generate 2 endpoints in the client config. Now I have to control who can create which endpoint based on some condition like username/password or…
0
votes
1 answer

How to bypass the Validate method in UserNamepasswordvalidator after authentication

I am using Customvalidator class inheriting the UserNamepasswordvalidator The problem is Its getting called on every request. I want to bypass it once the user is authenticated any help would be appreciated
0
votes
1 answer

System.ServiceModel.FaultException: The request for security token could not be satisified because authentication failed

I'm getting this error message on only one of the two nodes in my web farm. The code is identical between the two nodes and as best I can tell, IIS is set up identically on both nodes. The WCF service that they're calling is on a different machine…
Christopher Johnson
  • 2,629
  • 7
  • 39
  • 70
0
votes
1 answer

How to protect a WCF Rest service with username and password?

I'm new in WCF and I want to know how can I protect a WCF Rest service. I have an asp.net website, only registered users can access it, the application uses a service hosted on the same IIS server, my question is, how can I restrict the use of this…
Hamza_L
  • 644
  • 4
  • 18
1 2
3