Quando a aplicação tenta se conectar com a aplicação do IdentityServer ocorre o seguinte erro, abaixo.
An unhandled exception occurred while processing the request. IOException: The server returned an invalid or unrecognized response. System.Net.Http.HttpConnection.FillAsync()
HttpRequestException: An error occurred while sending the request. System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
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.GetConfigurationAsync(CancellationToken cancel)
Quando faço login direto na aplicação do IndentityServe4, não acontece nenhum erro.