Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Need to provision users to Azure AD groups without user provisioning

aibasu
New Contributor III
New Contributor III

Hi All , 

 

Can anyone please let me know if it is possible to add users already present in Azure AD to Azure AD groups in Saviynt ? we do not need to provision users to Azure AD through Saviynt as users are already present there  and are provisioned in a different way. We just need to achieve the group provisioning through Saviynt . If possible please let me know how to achieve that .

Thanks and Regards ,

Aishani Basu

2 REPLIES 2

NM
Honored Contributor II
Honored Contributor II

Hi @aibasu if you just want to see a reference in saviynt on different AzureAD groups and members.

You can create an endpoint import groups and membership which sole your issue.

rushikeshvartak
All-Star
All-Star
  • Please confirm your setup.
  • Provisioning will be manual only approval process will be done in saviynt. 
  • When user will be requesting azure ad group it should only add in saviynt and not to call graph api
  • if above is requirement then you can call dummy api to complete tasks in saviynt without provisioning into target.
  • {
    "name": "AADGroup",
    "connection": "AutoComplete",
    "url": "https://graph.microsoft.com/AutoApproveAddTask_DirectoryRole",
    "httpMethod": "GET",
    "httpParams": "",
    "httpHeaders": {
    "Authorization": "${access_token}"
    },
    "httpContentType": "application/json",
    "successResponses": {
    "statusCode": [
    200,
    201,
    204,
    205
    ]
    }

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