Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationProblems in getting AD auto-login to workProblems in getting AD auto-login to work
Previous
 
Next
New Post
5/15/2009 11:03 AM
 

Trusted site should've worked but I won't argue the matter.

For extranet users that's where setting the AutoLogin IP range comes in. If the IP address is out of that range then they don't get the login box. See http://dev.gmss.org as an example. Here at home I get automatically logged in but for you it'll just be any normal website.

 
New Post
5/18/2009 8:36 AM
 

Yep, I had that same problem until I got the IP ranges put in correctly.  Now I get no pop-ups at all here.

 

 
New Post
6/15/2009 11:13 AM
 

My solution:

Environment: Windows 2003 Server Standard Edition/SQL 2005 Standard Edition/DNN 04.09.04 Authentication: Active Directory for DNN 4 version 01.00.05 and builtin DNN

  1. Add your DNN site to your user's Local Intranet Zone (Internet Explorer)(Internet Options/Security/Local Intranet/Sites)
  2. Set "http://<Your Site>/DesktopModules/AuthenticationServices/ActiveDirectory/WindowsSignin.aspx?tabid=38" as your user's Home Page (Internet Explorer)(Internet Options/General/Home Page)
  3. Ensure the IP range for your domain is correct

This allows the corporate office users to login automatically and the remote offices (not part of the domain) to use 'normal' DNN authenication. I can also login remotely using my domain login credentials (domain/username) so I get the best of both worlds.

Hopefully this will save someone else some stress :)

 
New Post
2/2/2011 1:30 PM
 
I worked around this by first enabling Anonymous authorization on the ..\DesktopModules\AuthenticationServices\ActiveDirectory folder, then changed the WindowsSignin.aspx to a script that instead of displaying the annoying error, it instantly reloads the page which gets rid of the IIS dialog:

<%@ Page Language="vb" AutoEventWireup="false" Inherits="DotNetNuke.Authentication.ActiveDirectory.WindowsSignin, DotNetNuke.Authentication.ActiveDirectory" Codebehind="WindowsSignin.aspx.vb" %>

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<p align="center">
Please wait while site content loads...</p>

<meta http-equiv="refresh" content="0; url=
http://dnnsite.example.com/2.0/">

</head>

 
New Post
2/2/2011 4:34 PM
 
ESF... displaying what annoying error?
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationProblems in getting AD auto-login to workProblems in getting AD auto-login to work


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out