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 ForumsAuthenticationAuthenticationAutoCreation of new users not workingAutoCreation of new users not working
Previous
 
Next
New Post
4/25/2013 6:30 PM
 

From checking the IIS log, it seems that my user doesn't hit the authentication system but instead gets a bunch of 302 redirects (more than I'm listing here).

2013-04-25 22:28:09 172.20.2.187 GET / - 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 15
2013-04-25 22:28:09 172.20.2.187 GET / - 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0
2013-04-25 22:28:09 172.20.2.187 GET / - 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0
2013-04-25 22:28:09 172.20.2.187 GET / - 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 15
2013-04-25 22:28:09 172.20.2.187 GET / - 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0

This also (for default.aspx)

2013-04-25 22:33:42 172.20.2.187 GET /Default.aspx TabID=82&portalid=0&ctl=login&ReturnUrl=%2f 80 - 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 401 2 5 15
2013-04-25 22:33:42 172.20.2.187 GET /Default.aspx TabID=82&portalid=0&ctl=login&ReturnUrl=%2f 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0
2013-04-25 22:33:42 172.20.2.187 GET /Default.aspx TabID=82&portalid=0&ctl=login&ReturnUrl=%2f 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0
2013-04-25 22:33:42 172.20.2.187 GET /Default.aspx TabID=82&portalid=0&ctl=login&ReturnUrl=%2f 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0
2013-04-25 22:33:42 172.20.2.187 GET /Default.aspx TabID=82&portalid=0&ctl=login&ReturnUrl=%2f 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 15
2013-04-25 22:33:42 172.20.2.187 GET /Default.aspx TabID=82&portalid=0&ctl=login&ReturnUrl=%2f 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0

Again, if I use a domain account that already exists within DNN no problems.

 
New Post
4/25/2013 6:41 PM
 
And when I try the path directly:
2013-04-25 22:38:48 172.20.2.187 GET /desktopmodules/authenticationservices/ActiveDirectory/windowssignin.aspx - 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 109
2013-04-25 22:38:48 172.20.2.187 GET /desktopmodules/authenticationservices/ActiveDirectory/windowssignin.aspx - 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0
2013-04-25 22:38:48 172.20.2.187 GET /desktopmodules/authenticationservices/ActiveDirectory/windowssignin.aspx - 80 domain\testuser 172.20.2.126 Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 302 0 0 0

Where is it 302 going?
 
New Post
4/25/2013 6:41 PM
 
(sry, double post no idea how to remove)
 
New Post
4/25/2013 8:21 PM
 
What authentication mode are you using in your web.config? Forms or Windows?
 
New Post
4/29/2013 11:45 AM
 

Forms.  I tested changing it to Windows but that didn't seem to make a difference.

 <!-- Forms or Windows authentication -->
    <authentication mode="Forms">
      <forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies" />
    </authentication>
    <!--
    <identity impersonate="true"/>
    <authentication mode="Windows">
    </authentication>
    -->

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAutoCreation of new users not workingAutoCreation of new users not working


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