IDX20803: Unable to obtain configuration from
问题 I know this question has been answered, but I don't understand what people exactly do (about certificates, ssl) and they all use a localhost but not me. I used this sample as my example OpenIdConnect I'm using: A web app A web API Both are using .Net Core 2.1. The Web App is using the Azure AD connection to get a JwtBearer token, that is sent to the API. Seeing the route /api/information in the API, a request is sent from the Web App to the API, and the API is returning the error above. The