run:
var disco = await DiscoveryClient.GetAsync("http://192.168.1.4:5000");
error:
"Error connecting to http://192.168.1.4:5000/.well-known/openid-configuration: HTTPS required"
how to request without "https"
"var disco = await DiscoveryClient.GetAsync("http://192.168.1.4:5000");"//how to request without "https"
There's an option on the DiscoveryClient to allow http.
Hi brockallen. Where is an option? I couldn't find it on the DiscoveryClient
It's the policy property, IIRC.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
It's the policy property, IIRC.