Silverlight single sign-on

Silverlight single sign-on

Old forum URL: forums.lhotka.net/forums/t/8452.aspx


kboutsen posted on Tuesday, February 02, 2010

Hello all,

I have the following situation:

I have an ASP.NET web application that runs on a server. In this web application are several Silverlight applications. On another server I have a CSLA host running. The communication between the ASP .NET application and the host is done via WCF (nettcp binding), the Silverlight applications connect with the host via WCF (http binding).

The ASP .NET web application lets the user login on this CSLA host. The different Silverlight applications also need the user to be logged in to be able to fetch data from the CSLA host.
How can I let the Silverlight applications automatically login using the login data from the ASP .NET application?

I read somewhere that it can be easily done if the data portal is hosted in the same web app the user logged in to, but this is not the case here?

Copyright (c) Marimer LLC