We have enabled and enforced workflow analyzer rules related to secure password practices. Thus, everytime, we try to use string in place of secure string for passwords or we are using these variables as global etc., we are thrown error which is all as expected.
Now the issue we have faced is with Sharepoint activity usage in uipath studio.
Under this activity, it is expected to pass password as a string in properties panel, but this is not in compliance with workflow analyzer rules enabled. hence, we are not able to proceed.
Can anyone share if there is a way to pass secure string to this activity or is there any other activity which can be used to access sharepoint which accepts secure string?
There is another version 1.7.0 available for UiPathTeam.SharePoint.Activities which provides a way to connect using secure password and is working fine for upload and other activities. So this can be utilized. Thanks to @radu_bucur and team for enhanced version of this package
Also, âUiPath.MicrosoftOffice365.activitiesâ can be utilized to connect to sharepoint or any other office 365 apps in a secure way. However, for this one, you might have to dig a little more on how your organizationâs architecture is around office365. As for our organization, we were unable to to utilize authentication types âIntegrated windows authenticationâ , âUsername and passwordâ, likewise there might be few restrictions on specific auth types but there definitely is a way to use it using any other auth type.
So, now that we have found a solution to this, will be marking this completed