We followed the steps [UiPath - Office365 Authentication Setup (App ID and App Secret) to create an integration service through app Id and App secret.
Everything was followed accurately.
When we tried to connect this is the error we are getting. We are also unable to see any sign in logs in Azure and Entra ID.
Does any one have an updated Document.
Any help on this would be greatly appreciated.
Hi Aj,
We are using OAuth 2.0 client cred and all the necessary permissions are configured in Azure . The app registration has been granted all permissions and admin consent has been enabled.
Is it a personal account or business account. ? You are using for integration connection
In Client Secret what value you are giving Whether Secret ID or Secret Value?
If you try with secret id change it with Value
and follow the below documentation
Happy Automation!!
It is a business account.
I have checked it is the secret value
This error indicates there is an issue with permissions.
Looks like some of the scope permissions this connector is looking for is missing.
Also, this connector doesn’t work if you are trying to connect to your personal account.
Kindly check for all the permission defined on the registration. All of the permissions mentioned in it documentation need to be included for successful connection.
account field needs to be filled with the email id
as that is empty you are getting the issue
the email id you use would be the impersonated email id
also did you gvie deleagted or app permissions?
cheers