I've got a parent with 2 child portals under DNN 4.7 and am having authentication problems.
Initially, I thought the account I'd configured for DNN to access AD may have been faulty so I've been testing with the domain admin account which I know works. If a user hasn't been registered before and they browse to any portal, they log in fine. but when I then navigate this user to another portal, they are logged in as anonymous. I have to clear cookies before I can navigate back to the first portal and log in.
When I look at the database this user has an entry in the Users table and and entry in the UserPortals table for the first site. If I manually create entries for the other 2 portals with this user's ID, all works well. If the user's account has IsSuperUser set True, there is no problem authenticating anywhere. I imagine this is a feature of DNN. In the UserPortals table, I am only seeing one entry for each userID.
I also thought at one point that the AD 1.0.0 provider may have been causing problems and so upgraded to 1.0.3.
Any help would be great.
Mike
Quck note: the 1.0.4 provider works a treat.