I’m experiencing issues in UiPath while trying to establish a connection to MS Office 365. The error message I received is as follows:
“AADSTS700016: The application with the identifier ‘sandeep.shrivas’ was not found in the directory ‘Directory name’. This may occur if the application has not been installed by the tenant administrator or if no user in the tenant has consented to it. Additionally, it’s possible that the authentication request was sent to the incorrect tenant.”
It seems like that the application Id is not registered in Azure AD. Since you’re using Office 2019 (not Office 365), direct integration with Office 365 services via UiPath won’t work without proper Azure AD registration.
Could you please check your registration in azure and cross verify all the parameters(app id, secret, tenant, auth type) you are using to make a connection?