Hello everyone,
while reviewing the code of an organization I am currently performing some checks for, I noticed that they are using the unofficial SharePoint Activities Package by Radu Bucur. In this package, authentication is performed using the AppOnly login mode.
Considering the upcoming deprecation of authentication via Azure ACS on April 2, 2026, should I expect this authentication method to stop working?
Most likely: no, from a UiPath point of view. Meaning that as long as SharePoint supports it, and you don’t upgrade UiPath packages is will most likely work.
If the decrepation is on the Microsoft side, it will break.
Have you explored the package version 2.0.2? thsi one does have more options and also compatible with windows based projects unlike previous versions which are legacy based. This one was created by another author.