ASP.NET Core - correlation failed error message

@laura.rodriguez,

Thank you for the suggestion, but I think I broke something in the meantime. Now I’m getting an error like:

An unhandled exception occurred while processing the request.

HttpRequestException: Response status code does not indicate success: 404 (Not Found).

System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()

IOException: IDX20804: Unable to retrieve document from: ‘[PII is hidden]’.

Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.GetDocumentAsync(string address, CancellationToken cancel)

InvalidOperationException: IDX20803: Unable to obtain configuration from: ‘[PII is hidden]’.

Microsoft.IdentityModel.Protocols.ConfigurationManager<T>.GetConfigurationAsync(CancellationToken cancel)

And further, when I visit https://dev-662737.oktapreview.com/oauth2/default/.well-known/openid-configuration in a browser, I get:

{“errorCode”:“E0000007”,“errorSummary”:“Not found: Resource not found: default (AuthorizationServer)”,“errorLink”:“E0000007”,“errorId”:“oaehUNQ0bT9T9Khp1Su54r_Dw”,“errorCauses”:}

Any idea what I’m doing wrong?