Xero authorization via ASP.NET Core 6 Web API

25 Views Asked by At

I want to authorize customer xero accounts via an ASP.NET Core 6 Web API. Is this possible?

How I can I redirect the user to Xero authorization page? I am trying to do this in Swagger. I am getting following error

Failed to fetch.
Possible Reasons:

CORS
Network Failure
URL scheme must be "http" or "https" for CORS request.

0

There are 0 best solutions below