Try our conversational search powered by Generative AI!

How to grant AD groups access to the Find tab?

Vote:
 

Hi everyone,

I am trying to grant AD groups/users access to the Find tab. The documentation states that a user has to be a member of one of the following groups in order to have access to it:

- Administrators
- WebAdmins
- SearchAdmins

It is not possible to add AD users to the WebAdmins and SearchAdmins groups, and adding the AD users to the Administrators group on the local server is not a good solution.


Would appreciate suggestions on how to solve granting specific AD groups the right to access the Find tab.

#80344
Jan 21, 2014 12:47
Vote:
 

I haven't verified it, but I think you can configure SearchAdmins as a virtual role - add AD groups to the role.

See: http://world.episerver.com/Documentation/Items/Developers-Guide/EPiServer-CMS/7/Security/Virtual-Roles/

 

 

#80357
Jan 21, 2014 15:02
Vote:
 

I can confirm that adding a Virtual Role called SearchAdmins works all fine Mari.

See page 10 in the Manual.

#80358
Edited, Jan 21, 2014 15:18
Vote:
 

Configuring SearchAdmins as a virtual role and adding the AD groups to it did the trick. 

<add name="SearchAdmins"
         type="EPiServer.Security.MappedRole, EPiServer"
         roles="<Domain>\<GroupName>" mode="Any" />

 

Thanks for the help :)

#80389
Edited, Jan 22, 2014 11:26
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* 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.