Rookie C# authentication question

Hey @chuck ,

Most of the docs assume you have Manager running locally where that C# code is executing, and so accounts would be picked directly from there.

If your environment does not have Manager installed, I’d suggest using an auth token instead.

And here is a simple example that shows how to “fake” an account and use it: Dev Q — barebones serverside example - #2 by teocomi

UPDATE:
If, instead, you want to perform the full OAuth dance from your app, you can use this method in Core, which spins up a local server and redirect the user to the web app to perform the login:

2 Likes