question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IOException: IDX10804: Unable to retrieve document from: 'http://10.0.75.1:5105/.well-known/openid-configuration'

See original GitHub issue

VS 15.7 preview 4 I’m very newbie in docker so try to running Step by Step with this document.

http://localhost:5101/swagger/ - Done http://localhost:5102/swagger/ - Done http://localhost:5103/swagger/ - Done http://localhost:5104/swagger/ - Done

And MVC / SPA done, but http://localhost:5100/Account/SingIn not.

IOException: IDX10804: Unable to retrieve document from: 'http://10.0.75.1:5105/.well-known/openid-configuration'.
Microsoft.IdentityModel.Protocols.HttpDocumentRetriever+<GetDocumentAsync>d__8.MoveNext()

InvalidOperationException: IDX10803: Unable to obtain configuration from: 'http://10.0.75.1:5105/.well-known/openid-configuration'.
Microsoft.IdentityModel.Protocols.ConfigurationManager+<GetConfigurationAsync>d__24.MoveNext()

Stack:

System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult()
System.Net.Http.DiagnosticsHandler+<SendAsync>d__2.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult()
System.Net.Http.HttpClient+<FinishSendAsyncBuffered>d__58.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult()
Microsoft.IdentityModel.Protocols.HttpDocumentRetriever+<GetDocumentAsync>d__8.MoveNext()

image

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
CESARDELATORREcommented, Apr 24, 2018

I think you will have the same issue when deploying from the CLI. Usually, when you cannot access http://10.0.75.1:5105/.well-known/openid-configuration is because:

  1. Environment/networking issues. If the firewall ports are open as specified in the Wiki, then it might be because of a corporate Proxy or VPN.

  2. Because the Identity container didn’t deploy right into Docker, but I don’t think this is your case.

I would try the same machine where you have the issue but connected in a regular network with no VPNs or no Proxy.

0reactions
matrixlanecommented, Aug 1, 2018

I’ve disabled the firewall for DockerNAT network in Public Profile and it works fine. Although I already have 5100-5150 ports open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

IOException: IDX10804: Unable to retrieve document from
The login process is fine and I get back the correct bearer. The problem starts when I am trying to consume an end...
Read more >
Unable to obtain configuration from well-known/openid- ...
I used something like this, and it resolved my issue. services.AddAuthentication(o => { o.DefaultAuthenticateScheme = JwtBearerDefaults.
Read more >
Error: Unable to retrieve document from: 'https://login ...
IO.IOException: IDX20807: Unable to retrieve document from: 'https://login.microsoftonline.com/.well-known/openid-configuration'.
Read more >
Azure B2C: Unable to retrieve document from v2.0 .well- ...
1 answer. Hi @Manuel Mourato • The problem is with SignInPolicyId parameter in your AppSettings. json file, which needs to be replaced with ......
Read more >
ASP.NET (OWIN) example is not working - IOException
IOException : IDX20804: Unable to retrieve document from: 'https://xxx-xx-xxxx48.eu.auth0.com/.well-known/openid-configuration'.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found