Replacement for Two Step Authentication Activities

Hi Everyone,

image

Since the UiPathTeam.TwoStepAuthentication.Activities package is not compatible with Windows Projects, what’s a replacement or workaround for the ‘Get Microsoft Token’ activity (refer to screenshot)?

The project in question needs to be Windows (not Windows-legacy) and is quite critical to business operations.

Thank you!

@ramsun

As of now that is not migrated to windows yet…try to use nuget package explorers and unpack the package and then modify the code to work with windows if possible…If not currently there is no other way for you…other than to recreate or reuse the same and migrate

Cheers

You could try to find an alternate nuget package that does the job. A quick search returned for example this: NuGet Gallery | Otp.NET 1.3.0 - https://www.nuget.org/ (disclaimer: haven’t tested it myself). There wouldn’t be activities for it, but could be used via assigns / invoke code / coded workflows.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.