Securing Silverlight and WCF Services with Windows Security
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I'm working to lock down our business application which is Silverlight and a WCF data service. My first attempt really locked down the service...couldn't even get at the wsdl file from VS2008! I also can't find exactly how to confirm that the windows identity is passed to Silverlight. What I want: can't run the Silverlight app unless signed on. calls to the wcf service pass the credentials. WCF lets all transactions occur except updates which are locked down to 3 ntlm groups. I'm not looking for code here. I'm looking for any article here or on the net that gives me a step by step process for doing the lockdown. Most of the stuff I've seen assumes I know what I'm doing ... which I'm not. ;) Thanks, Michael