How to do authentication in wcf?



How to do authentication in wcf?..

Answer / Sanjay Kumar Yadav

Authentication in WCF can be implemented using various mechanisms like Windows, Custom, and Client Certificate. One common approach is using Windows Authentication, which relies on the user's security context when accessing the service from a Windows-based client. For custom authentication, developers can implement their own authentication logic by implementing the IAuthenticationProvider interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

WCF:Why we need the sessions?

1 Answers  


What is transfer security?

1 Answers  


WCF:Is the MsmqIntegrationBinding used the msmq.formatname scheme or the net.msmq scheme?

1 Answers  


What are the advantages of using wcf?

1 Answers  


What is extension of WCF Service?

1 Answers   Wipro,


What do you understand by the terminology soa?

1 Answers  


WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?

1 Answers  


What are the different bindings supported by wcf?

1 Answers  


What are the transport schemas does WCF supports?

1 Answers  


explain wcf federated ws binding type? : Wcf data services

1 Answers  


Describe the various endpoints in wcf?

1 Answers  


How to set the timeout property for the wcf service client call?

1 Answers  


Categories