Question

A WCF service has been written and can be hosted in any web site. These web sites could use Windows, Kerberos, or Forms authentication.

Is any particular configuration or development required within the service to handle these different authentication types? Or is authentication independent and the service doesn't need to worry about it?

Was it helpful?

Solution

a good place to start is patterns & practices: WCF Security Guidance, this has a lot of information in regards to authentication and other security areas of concern.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top