Hi,
I am looking to integrate Office 365 with Uipath and setup is all done. I am curious how authentication can be done without using username and password.
Steps I did:
Changed the authentication type to ApplicationIDAndSecret from the properties panel of the activity
Created a secret key in portal.azure.com under certificates and secrets field.
Now I have two values in the portal when secret is created: VALUE and SECRET ID.
I would like to know which values should be provided in the properties panel to integrate using these values.
Properites panel Params: Application secret: From where can I get this?? Secure Application secret: Is it the VALUE or SECRET ID from the azure portal?
Hey, thanks for the quick response. I tried as you said.
I gave the masked values in the Page not found to the SecureApplicationSecret property of the activity. Getting error as below
@Yoichi Hi, any update on this? getting the same error when secret key is used. Otherwise using interactive token will remove the username, password and Tenant as dependency. But we will get a window to login to Microsoft account once executed.
@Yoichi Hey, I was able to fetch the file by using secret key and appID only from sharepoint by providing drive name and site url. The same will not work if the file is hosted in Onedrive (as not sure about the values to be provided for drive name and site url)…
Seems like a bug to me when the file is in onedrive with the same auth method it fails but the same works when the file is in sharepoint…
What issue are you facing?
For me it’s working fine with the above configuration. Just make sure you change the option to “MAIL” in the O365 scope and also if there is an option to pass email ID account in the send/get email activity, please do pass the o365 account from which configuration is done.