I am authenticating my ASP.Net application through Active Directory(Microsoft ADFS Proxy). Now I want to move this authentication to WCF service so that authentication will b done there and later on this service will b flexible. Let me know how to proceed for this and what are the binding types required for this

link|improve this question

50% accept rate
Is this the same question as here? stackoverflow.com/questions/2627374/… – Neil Knight May 13 '10 at 7:38
please don't post the same questions over and over again – marc_s May 13 '10 at 7:55
feedback

2 Answers

up vote 3 down vote accepted

It seems to me you will find the answer in MSDN Magazine Nov 2009: http://msdn.microsoft.com/en-us/magazine/ee335705.aspx

link|improve this answer
feedback

Do the examples on this MSDN page not demonstrate ListDictionary usage?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.