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

Add child/parent group while group creation is not working

poonammhetre
New Contributor II
New Contributor II

Hello,

We have implemented AD Group management and below is the createUpdateGroup JSON.

{
"cn": "${role?.customproperty27}",
"objectCategory": "CN=Group,CN=Schema,CN=Configuration,DC=xxx,DC=xxx,DC=edu,DC=au",
"displayName": "${role?.displayname}",
"description": "${role?.description}",
"objectClass": "group",
"gidNumber": "${Math.addExact(role.id,10000)}",
"name": "${role?.customproperty27}"
}

When we try to add accounts while group creations its working as expected. group members are getting reflected in AD , however when we add child/parent group from UI while creating a group it is not getting reflected in AD.

Could you please provide any help on this?

 

 

7 REPLIES 7

rushikeshvartak
All-Star
All-Star

Do you mean by Admin in terms of UI ?

If yes then its expected as its designed to work from Role Management feature and not from Admin module


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  I am trying to create a group using CReate AD Group tile and adding child/parent group from there.

Child groups should be preexists in AD


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  Both child/parent groups are exists in AD. Any other configuration is required to make this work?

There is no JSON allowed hence it wont allow to add child group during AD Group management


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  Do you mean add child/parent group during group creation using Create AD Group Tile is not supported?? 

Yes


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