As in title: the console app crashes while executing following line
disco = await DiscoveryClient.GetAsync("http://localhost:5000");
No exception thrown, even when I wrap it in try catch
debug just brokes on the line; no related info in Output. Visual Studio just stops debuging the app and returns to edit mode.
Has anyone met with something similar? :( What can I try to do?
I'm using VS2015, console app is a .NETCoreApp v1.0, uses "IdentityModel": "2.0.0-rc6";. Identity Server 4 runs on localhost:5000, .NETCoreApp v1.0.
Invoking GetAsync
method with https://demo.identityserver.io parameter results in error descripted as well.
I'm following this tutorial: https://identityserver4.readthedocs.io/en/dev/quickstarts/1_client_credentials.html