C # Silverlight RIA Services Authentication - Step By Step How-To?

Scenario

I followed Brad Abrams Silverlight with Ria tutorials. To create a web application. I have implemented my own version of the app that is built in all the tutorials and I hope to add some authentication to it.

Problem

I followed this tutorial also by Brad Abrams on Authentication which was completely useless. I've also looked at a few other tutorials on Silverlight Authentication, but they are also very ambiguous in their acceptance of knowledge, etc. (I have never applied website authentication).

Question

Does anyone have (or can you write) a step by step guide for complete dummies for implementing Silverlight with RIA services authentication? It can be completely basic, I just need to define two users (admin and guest) and have a site for only those two accounts.

Help with gratitude.

+2


source to share


2 answers


Brad Abrams has a blog post that now explains authentication.



Brad Abrams

+1


source


Building RIA services to work with authentication can be as simple as using standard forms authentication or Windows authentication. It's just code. If you don't know how to get Forms Auth or Windows Auth to work with ASP.NET, then where would I start.



+3


source







All Articles