views:

407

answers:

2

Has anybody gotten any type of security to work with WCF on Azure that would be compatible with Silverlight?

I have already tried transport security on basic http binding, but it does not work.

A: 

Have a look here: http://silverlightuk.blogspot.com/2008/03/silverlight-wcf-and-aspnet.html

Looks to me like basic Forms based authentication should work for you.

Edit: In your comment you say you prefer not to use forms based authentication.

Have you tried the advice supplied here: http://blogs.msdn.com/mikeormond/archive/2007/07/12/accessing-asp-net-application-services-from-silverlight-part-2.aspx

Geoffrey Chetwood
I would rather not use forms based authentication because there is no mechanism to log somebody in through silverlight without using another service, which I can't use securely without another way of securing other than forms.
divitiae
Some of the reason why my last question that was so critized was longer is that I tried to explain all that. Now, you have answered this question, and you've been quite helpful regarding SO stuff, so poof, its answered. I'll wait for MSDN.
divitiae
@divitae: You are far too impatient. You need to work to get to the right answer.
Geoffrey Chetwood
@richb thank you for your continued help, I'm sorry that I am seeming impatient. I think I have a bigger problem though in that I really need to get transport security working to secure the data that will be transmitted as well. These other solutions would just be gerat things to have on top o ssl
divitiae
@Divitae: Which is why you should not accept my answer. Be patient, this is the slow time of the day. Tomorrow you will likely get more answers from people much more knowledgeable than me, but not if they think I answered your question.
Geoffrey Chetwood
@richb ok, thanks, I'll unmark it
divitiae
+1  A: 

take a look at these WCF Azure samples: http://code.msdn.microsoft.com/wcfazure