I am trying to setup connection to Azure Entra. The Connection is successful, however PATCH operations are failing with some permission issues.
Is there a documentation which speaks about configurations need to be done in Azure side of things to get things working via Celigo? Or is everything automatic with connection establishment?
@nagagonaboyina Can you help here? I see that you have couple of docs related to Entra in community.
Hi Vreddhi Bhat
Thanks for reaching out.
@arunpentam @hajraparveen
Could you please take a look and let us know if any specific permissions or scopes need to be configured in Azure?
The "Save and authorize" flow creates a Delegated connection, which means the application acts on user’s behalf rather than as a standalone service.
This requires the user to have elevated permissions, and voids the purpose of having service principal and using Celigo’s inbuilt Connector.
The connector likely uses "Authorization Code" which is causing this behavior. Is there a way to switch to "Client Credentials"?
Hi @Vreddhi_Bhat ,
Could you please confirm the endpoint for which you are facing an issue? Also, if you can provide the exact error message along with the relative URI and method, we will be able to help.
Thank you!
The issue was resolved by choosing a custom iclient in the connections, using which we were able to select service principal only auth.