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

AzureAD Connection Error

GOE
Regular Contributor
Regular Contributor

Hello,

We got this error when trying to connect to Azure AD using the AzureAD connector type: Target Error Message: [Insufficient privileges to complete the operation.]

 the following permissions were added to the API with the exception of the write permissions:

Directory.Read.All, RoleManagement.Read.All, and User.Read

Do we need to add the write access in order to connect to Azure AD? 

Thanks

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Provide below access in Azure for Service Account.

rushikeshvartak_1-1708720761345.png

 

 


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

AmitM
Valued Contributor
Valued Contributor

Hi @GOE , Don't need that many permissions. I haven't even given directory read. It depends on your requirement. If it is just importing accounts and ents and adding access. Below will work. We also send invitation so that's specific to us. If the save and test connection is failing , I would recommend setting up  application correctly in Azure and follow this - https://docs.saviyntcloud.com/bundle/AzureConf-v23x/page/Content/Registering-an-Application-in-Azure...

AmitM_0-1708799416078.png

Thanks,

Amit

GOE
Regular Contributor
Regular Contributor

I just tried this without the User.ReadWrite.All, since we don't want write permissions yet, and it worked. Thank you!