Good afternoon.
I have an App working for OnPrem with this line:
HttpClient.UseWindowsAuthentication(User(), PasswordF());
I need to migrate to SaaS, and then I get this error:
The type or method 'UseWindowsAuthentication' cannot be used for 'Cloud' development.
How can I replace HttpClient.UseWindowsAuthentication for another kind of autentication allowed in SaaS?
Cheers.
0