Update to Logging in to DotNetNuke from a Silverlight Application with RIA Authentication
Posted by: Shaun Walker,
on 27 Jul 2009 |
View original | Bookmarked: 0 time(s)
I have made a few changes to the AuthenticationService so that it can be used from any portal and child portals as well. The previous post had a few hard coded variables to get the ball rolling. using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Ria;
using System.Web.Ria.ApplicationServices;
using DotNetNuke.Entities.Portals;
using DotNetNuke.Security.Membership;
using DotNetNuke.Common.Utilities;
using DotNetNuke.Entities.Users;
...