function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
h0llyh0lly 

.net console application

So far I have created 2 .net aps pages which will extract data for a chatter account, but this process requires to login as part of the process.

 

It has been suggested that there is a way, using .net, to automatically pass the login details and bypass the login screen.

 

Can anyone confirm if this is actually possible and some pointers as to how it could be done.

 

And not using powershell.

thanks

SuperfellSuperfell

In the OAuth flows, there's a username/password flow that can do an entirely programatic login process, as can the login method in the SOAP API.