Код: Выделить всё
var client = new HttpClient();
// discover endpoints from metadata
var disco = client.GetDiscoveryDocumentAsync(IDPBaseURL).Result;
it gives me error
http://xxx.x.x.xx:8080/.well-known/openid-configuration: HTTPS required.
есть идеи?
Подробнее здесь: https://stackoverflow.com/questions/542 ... s-required