views:

86

answers:

2

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

+2  A: 

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

Oleg
A: 

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

stackuser1