IOException: IDX10804: Unable to retrieve document from: 'http://10.0.75.1:5105/.well-known/openid-configuration'
See original GitHub issueVS 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()
Issue Analytics
- State:
- Created 5 years ago
- Comments:12
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
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.
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.
I’ve disabled the firewall for DockerNAT network in Public Profile and it works fine. Although I already have 5100-5150 ports open.