Try our conversational search powered by Generative AI!

Active Directory Membership Provider CMS/Relate

Vote:
 

Hi,

A client has implemented AD role and membership providers and is seeing a difference in the number of groups in the CMS set access rights screen and the access rights screen in Community Moderation Mode. There are groups needed for setting access rights to content that are not available but they are available in Community.

Interestingly in one of our environments we are seeing the opposite - there are more groups in CMS set access rights.

Anyone encountered this before?

Thanks,

Mark

#191973
May 03, 2018 12:10
Vote:
 

Which are the exact providers in place? Please add the full namespace.

#192072
May 04, 2018 23:47
Vote:
 

Hi Johan,

We're using the following configuration:

      <roleManager enabled="true" defaultProvider="ActiveDirectoryRoleProvider" cacheRolesInCookie="true">
        <providers>
          <clear/>
          <add name="ActiveDirectoryRoleProvider" type="CustomComponent.Security.ActiveDirectory.ActiveDirectoryRoleProvider, CustomComponent" connectionStringName="ActiveDirectoryProviderConnection" connectionUsername="[username]" connectionPassword="[password]" attributeMapUsername="sAMAccountName"/>
        </providers>
      </roleManager>
      <membership defaultProvider="ActiveDirectoryMembershipProvider" userIsOnlineTimeWindow="10">
        <providers>
          <clear/>
          <add name="ActiveDirectoryMembershipProvider" type="CustomComponent.Security.ActiveDirectory.WinActiveDirectoryMembershipProvider, CustomComponent" connectionStringName="ActiveDirectoryProviderConnection" connectionUsername="[username]" connectionPassword="[password]" enableSearchMethods="true" attributeMapUsername="sAMAccountName"/>
        </providers>
      </membership>

#192132
May 08, 2018 11:35
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.