- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report Inappropriate Content
Error connecting to https://developer.intuit.com/.well-known/openid_sandbox_configuration: An error occurred while sending the request.
##Code - C#.net
DiscoveryPolicy dpolicy = new DiscoveryPolicy();
dpolicy.RequireHttps = true;
dpolicy.ValidateIssuerName = true;
if (discoveryUrl != null && clientID != null && clientSecret != null)
discoveryClient = new DiscoveryClient(discoveryUrl);
doc = await discoveryClient.GetAsync();
I found that objDoc = await objDiscoveryClient.GetAsync(); returns a error, Error connecting to https://developer.intuit.com/.well-known/openid_sandbox_configuration: An error occurred while sending the request. I can connect to it through a browser with no problem.
Can someone suggest some solution or what can be the issue, because nothing is changed in my code but I am getting the errors?
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report Inappropriate Content
Other questions
Hello there, @pkm.
Let me route you to the best support who can recommend the appropriate solution to the sandbox configuration error you've encountered in QuickBooks Online (QBO).
We have a separate and dedicated forum that handles sandbox configuration concerns for QBO. This is where developers and business people like you discuss codes and programming concerns. I'd suggest getting an account set up and/or posting your question from there. This way, our developers can provide you with an accurate resolution and help you complete your task. Here's how:
- Go to the Intuit Developer page.
- Choose QuickBooks Online under What do you need help with?.
- Click Ask a Question.
- Log into your existing Intuit Developer Account or create a new one.
- Enter your concern.
- Click Ask.
Also, you may want to check out some helpful Sandbox topics on the Intuit Developer page as your reference in managing your company with QuickBooks. You can do this by going to the API Docs & Tools menu, selecting QuickBooks Online, and choosing Sandbox.
You can count me in if you have other concerns or inquiries about managing your business's growth using QBO. I'll gladly help, @pkm.