Closed jedkirby closed 6 years ago
I've spoken with the Microsoft Bing Ads support team, and they're investigating the issue. I'll update this ticket with the findings incase it's something that others can benefit from.
@jedkirby this issue with sandbox OAuth should have been resolved by noon PDT yesterday (May 16th). Please feel free to reopen the issue if you see it again. Thanks!
Looks like it's working again now, thanks @eric-urban.
Please note I'm using the sandbox endpoint.
I'm using the SDK to provide me with the authentication URL for the Authorization Code Grant Flow. The following is an example of the URL it's generating:
When the
CLIENT_ID
,REDIRECT_URI
andSTATE
are completed (I've triple checked that these match up with the values within https://apps.dev.microsoft-int.com) I get the following response from OAUTH:As you can see, the service is returning an error of
server_error
- is anyone able to support on this? I've done some searching around the error message but it's very vague..