Restrict the domain picker at admin level

gayatri2
Tera Contributor

Hi Team,

We have a domain-separated instance and we would like to restrict the domain picker option at the admin level. suppose a user has an admin role and that user belongs to the Abc domain and the DEF is the parent domain they can't change the domain from Abc to DEF(parent domain).

 

Any suggestions how can we restrict the domain picker for the admin level to a specific picker?

 

 

 

 

 

 

2 REPLIES 2

Community Alums
Not applicable

Hi @gayatri2 ,

By default, users with the ITIL role, and roles that include the ITIL role (such as the administrator), can access the domain picker in Next Experience. You can grant other roles access by adding them to the property or restrict roles by removing them. It is recommended to restrict the role to admins only.

Admins can grant access to users by creating a system property in the sys_properties table.

 

  1. Open the System Properties [sys_properties] table.
  2. Add this property: glide.ui.polaris.domain_picker.role
  3. Configure the property value as a comma-separated list of roles: admin, itil.

 

Hi Sandeep,

I see there is a properties:glide.ui.polaris.domain_picker.role but it doesn't work for admin role.

Any other suggestion which we can try to restrict the admin-level access for the specific domain?