Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

AD Group Management: AD preexisting group is not visible under Manage AD groups

poonammhetre
New Contributor II
New Contributor II

Hello,

 

We have implemented AD group management and noticed that when group is already present in the AD, when it gets imported into saviynt, it is visible under Admin->Identity Repository ->Entitlements but not under Manage AD groups tile. 

Our understanding is that for every AD group corresponding role object will get created but it is not working this way.

Can anyone provide some guidence on why AD group is not visible under Manage AD group but it is visible under Admin->Identity Repository ->Entitlements??

 

Thanks,

Poonam

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Role Object does not get automatically created. You need to use Sav4Sav role import XML to convert all AD Groups to Role Object with Entitlement Type

 

SAMPLE 

https://docs.saviyntcloud.com/bundle/Database-v24x/page/Content/Configuring-the-Integration-for-Impo...


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

poonammhetre
New Contributor II
New Contributor II

@rushikeshvartak  This is happening only for specific group which was deleted from saviynt and then reinstate in AD. Apart from this group all other preexisting AD groups are visible under Manage AD groups.  Also I checked if that group is present in roles using below query, it is present in roles table.

select role_name from roles where role_name ='rolename'

Question is why it is not getting displayed on Role list page when I navigate to Manage AD Groups.

Do we need to make any changes in GSP file? roles/list.gsp page?

Thanks,

Poonam

what is role type of role & does role have owner ?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

poonammhetre
New Contributor II
New Contributor II

@rushikeshvartak  Role type is entitlement and it does not have owner.

Please add owner


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.