Thank you for the quick response, i still have some problem,
Here's what i tryed
1. Windows Authentication in web.config (didn't work for new user)
2. Use the WindowsSignin.aspx in forms Authentication
Got that error.
NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Authentication.ActiveDirectory.AuthenticationController..ctor() +52
DotNetNuke.Authentication.ActiveDirectory.WindowsSignin.Page_Init(Object sender, EventArgs e) +67
System.Web.UI.Control.OnInit(EventArgs e) +99
System.Web.UI.Page.OnInit(EventArgs e) +9
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834
- The AD Authentication seem to be configure correctly (i have the "OK" logo and he saw the 3 domains)
- IIS doesn't allow Anonynous user
What i want to do is have my own Home page (Not a DNN) so i change the Parent Portal Alias to redirect to my Custom Home Page and that page directly link to the different Child Portal and i want the user to be automaticaly identify and created in the diferent Child portal. We bought Easy AD to try helping with the group synchronization but so far i didn't been able to do automaticaly log a AD user in DNN that was not already a user or a admin of that portal.
Thank you for your help.