Testing Zoom Api

When I try to complete the process of Oauth application, when I hit install under local test I get this error message:

Invalid redirect: http://localhost:52292/Oauth/callback/success (4,700)

I am redirecting to a C# asp.net page running on IIS express. I really don’t have much go on other than this invalid redirect. Thanks in advance for any suggestions.

Hi @aurena localhost URLs cannot be used as Redirect URLs. You can setup a public url to direct to your localhost using ngrok.