Active Directory Authentication in wcf service

I am authenticating my ASP.Net application through Active Directory (Microsoft ADFS proxy). Now I want to move this authentication to a WCF service so that this validation is done there, and then this service is flexible. Let me know how to do this and what are the binding types required for this

+2


a source to share


1 answer


I think you can find the answer in MSDN Magazine Nov 2009: http://msdn.microsoft.com/en-us/magazine/ee335705.aspx



+3


a source







All Articles