Hi Guys,
We are using OAuth flow and legacy XML-RPC in the .Net web app. We have test account and test application with key. Some time ago link to our test environment is changed, so i updated it in test application Callback URL field. And key for that application has Status: Active.
But when i try to authenticate via OAuth from my app - it asks me about Allow\Deny and after i allow access, it redirects me back with an error and url like this:
My initial OAuth url looks correct: https://signin.infusionsoft.com/app/oauth/authorize?client_id=someKey&response_type=code&scope=full&redirect_uri=https%3A%2F%2FsomeUrl%2FsomePage.aspx
Is it something with my test account? Or i’m missing something?
Thanks.