PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Skip child group selection and parent group selection in Azure AD group management

yogesh2
Regular Contributor
Regular Contributor

Azure AD group creation form has below 4 steps, we want to skip 3 and 4 i.e. child group and parent group selection.

Such a feature is available for AD group management via checkboxes available on home page to skip the following pages but no such checkboxes are present on Azure AD group creation form.

Is is possible to skip page 3 and 4 for this form somehow?

Page 1: Group Detailsyogesh2_0-1715706962417.png

Page 2: Group Owner selectionyogesh2_1-1715707006732.png

Page 3: Child group selectionyogesh2_2-1715707027906.png

Page 4: Parent group selectionyogesh2_3-1715707064672.png

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

This is not supported. You can consider upvoting idea already raised by me https://ideas.saviynt.com/ideas/EIC-I-5253

rushikeshvartak_0-1715739663795.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Sorry I missed this i implemented this .

Add below code in selectowner.gsp

<g:if test="${params.conntype=='AzureAD'}"> %{--Rushikesh Vartak Added Logic here--}%

<a href="javascript&colon;;" onclick="sendForapproval()" class="btn green">
<i class="icon-share"></i> <g:message code="Sendforapproval.Default.label" editable="true"/>
</a>
</g:if>

rushikeshvartak_0-1715748357747.png

rushikeshvartak_1-1715748369670.png

 

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.