AI OnAI Off
If you create sample page that enlists all user's roles and login with the user comming from AD -> do you see Community Admins and/or Moderators there?
Hi Valdis
I have created a page to display this and the CommunityAdmins/CommunityModerators groups are not shown for the current logged in user or when requesting the groups for another user.
Here is the code I have used.
https://gist.github.com/adamjenkin/6351310
Adam
I am unable to view the community > administration / moderation tabs in the EPiServer UI when logged in with an Active Directory user.
I am building an EPiServer 7 website with Community integration for an Intranet.
The intranet will use AD role and membership providers for security.
To get a handle on how this works, I have installed a relate+ site and am configuring it to use AD for membership and roles.
I have been able to configure this successfully according to the instructions by Tom Stenius. I have been able to:
At this point I want to log into the community section in the EPiServer ui area to create new forums etc but cannot even see the community tab at the top of the page.
My first thought was that I could not see the community tab as my active directory user was not in either of the groups CommunityAdmins or CommunityModerators, therefore I have added the following virtual role mappings in the episerverframework.config
This however does still not enable the tab to be shown in the epi ui.
I know the virtual mappings works correctly as I have needed to add the following to enable me to log into the epu ui for CMS and Admin functions
So i am now a bit stuck and not sure what to next look at in trying to enable this to work.
I have had a good look around for documentation on world but cannot seem to find anything around the AD integration with community.
Can anyone help?
Thanks,
Adam