New User Registration error , SSO module with Windows Authentication

rated by 0 users
Answered (Verified) This post has 1 verified answer | 4 Replies | 2 Followers

Top 500 Contributor
69 Posts
Points 945
Navy#1 posted on Thu, May 15 2008 8:22 PM

 I am getting the error below when trying to login with a non-admin user.  CS.config has allowAutoUserRegistration=true

<add name="WindowsAuthentication"
   extensionType="Security"
   type="Telligent.CommunityServer.Security.WindowsAuthentication, Telligent.CommunityServer.SecurityModules"
   allowAutoUserRegistration="true"
   adminWindowsGroup="Administrators"
   adminWindowsGroupIsSystemAdministrator="true"
   stripDomainName="true"
   emailDomain="@TempURI.org"
   mapADGroups="false">
   <GroupMappings />
  </add>

 

Access Denied for xxxxx


The account you are attempting to login with could not be completely activated.

Please contact your site administrator to activate the account or enable automatic account activation

 

  • | Post Points: 20

Answered (Verified) Verified Answer

Top 10 Contributor
5,231 Posts
Points 48,145
CS Developers

Had you updated to the latest SSO module after your previous issue around April 24th?  We had actually updated the module twice that day, so did you get it the morning when I posted about the fix, or later in the day/a later date?  Just want to establish a baseline so I know which version you're on.

That error usually happens when there is an error creating the user.  Most of the time, it has to do with a collision between the username/generated email address.  Does the username contain special characters or anything like that?  It should handle them (ie, spaces/etc), or something like the username is too short or too long for the Membership API.

  • | Post Points: 20

All Replies

Top 10 Contributor
5,231 Posts
Points 48,145
CS Developers

Had you updated to the latest SSO module after your previous issue around April 24th?  We had actually updated the module twice that day, so did you get it the morning when I posted about the fix, or later in the day/a later date?  Just want to establish a baseline so I know which version you're on.

That error usually happens when there is an error creating the user.  Most of the time, it has to do with a collision between the username/generated email address.  Does the username contain special characters or anything like that?  It should handle them (ie, spaces/etc), or something like the username is too short or too long for the Membership API.

  • | Post Points: 20
Top 500 Contributor
69 Posts
Points 945
Navy#1 replied on Thu, May 15 2008 10:38 PM

 The version of the dll is 4.0.30423.0.  It is dated 4/23/08 9:01 pm.

The username contains 7 characters.  All alpha.

 

  • | Post Points: 5
Top 500 Contributor
69 Posts
Points 945
Navy#1 replied on Fri, May 16 2008 6:52 AM

 Here is the exception.

 exec dbo.cs_Exceptions_Log @SettingsID=1000,@ExceptionHash='198144685',@Category=999,@Exception=N

'System.Threading.ThreadAbortException: Thread was being aborted.

  ,@ExceptionMessage=N'Error in AuthenticateRequest',@UserAgent=N'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.',@IPAddress='xxx.xxx.xxx.xxx',@HttpReferrer=N'',@HttpVerb=N'GET',@PathAndQuery=N'/cstest/Default.aspx'

 

 at System.Threading.Thread.AbortInternal()

at System.Threading.Thread.Abort(Object stateInfo)

at System.Web.HttpResponse.End()

at Telligent.CommunityServer.Security.AuthenticationModule.ProcessRequest()

at Telligent.CommunityServer.Security.WindowsAuthentication.ProcessRequest()

 

at CommunityServer.CSHttpModule.Application_AuthenticateRequest(Object source, EventArgs e)'

 

  • | Post Points: 5
Top 500 Contributor
69 Posts
Points 945
Navy#1 replied on Fri, May 16 2008 3:47 PM

 Ken,

You can close this.  You were write about the dll versions.  I was looking at the Telligent.CommunityServer.EncryptionModule.dll.

 

 

  • | Post Points: 5
Page 1 of 1 (5 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com