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 ForumsAuthenticationAuthenticationAD Prompts for Login TwiceAD Prompts for Login Twice
Previous
 
Next
New Post
1/27/2009 10:02 AM
 

Did you ever figure out the cause of the dual prompt?

 
New Post
1/27/2009 4:26 PM
Accepted Answer 

Bingo!

Here is my setup, for replication:

  • SSL Enforced
  • Login page & Link to WindowsSignin.aspx are HTTPS://
  • Default Redirect page is NOT secure
  • First login prompt is for HTTPS://mysite.com/.../WindowsSignin.aspx
  • Second login prompt is for HTTP://mysite.com/.../WindowsSignin.aspx

Disabling SSL Enforced stops this behavior.  If I change https:// to http:// after being logged in and redirected I am not prompted for a second login (eg - after login and redirect, changing https://mysite.com to http://mysite.com does not prompt for a login and I remain logged in).

Should I file a bug for this or this expected behavior?

 
New Post
1/27/2009 5:19 PM
 

I'm not sure if it can be considered a bug or not. When you think about it going to WindowsSignin is already secure in the sense that it pulls the user's "LOGON_USER" from the ServerVariables and that's it. The password is never passed through the procedures called by WindowsSignin.aspx.

 
New Post
1/27/2009 5:25 PM
 

Mike,

It's my understanding that if the WindowsSignin.aspx is not called via HTTPS any response the user gives will be sent via cleartext over the internet.  Is this incorrect?  If not, how is the password encrypted between the user and server?  I guess what I'm getting at here is:  how secure is the transport between the user and the server if my login scheme doesn't utilize HTTPS?

Thanks!

 
New Post
1/28/2009 11:07 AM
 

Under automatic login the password isn't passed. All that's checked is (this is further into code that'd called from WindowsSignin and is done in communication between the webserver and the domaincontroller) whether the user is a member of the domain. If yes then the user is logged in. If no then you get the Windows IIS popup asking you to login. The reason the password isn't required is that if the LOGON_USER servervariable is a domain user then they are already authenticated to domain so they don't need to be authenticated again. If you look at this link it'll show you what information is passed. Note that Auth_Password isn't passed in our case because we're using Windows Authentication and not Basic Authentication to the IIS server.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAD Prompts for Login TwiceAD Prompts for Login Twice


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