2

I have been developing the desktop application on C#. How can I do the oauth process without running a local server?

I can't run the local server because I have a running server on the localhost from another application.

Dmitry Sokolov
  • 1,303
  • 1
  • 17
  • 29

1 Answers1

1

I don't think it is possible unless you perform some manual actions.

The only solution is running multiple servers simply assigning different ports.

tezzo
  • 10,858
  • 1
  • 25
  • 48