fix: health
All checks were successful
BCards Deployment Pipeline / Run Tests (push) Successful in 2s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Successful in 15m13s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Successful in 1m13s
BCards Deployment Pipeline / Deploy to Staging (x86 - Local) (push) Has been skipped
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
BCards Deployment Pipeline / Deployment Summary (push) Successful in 0s

This commit is contained in:
Ricardo Carneiro 2025-08-28 18:53:15 -03:00
parent f0c93d83a8
commit 4ab141436f

View File

@ -28,8 +28,8 @@ public class ExternalServicesHealthCheck : IHealthCheck
// Lista de serviços externos para verificar // Lista de serviços externos para verificar
var services = new Dictionary<string, string> var services = new Dictionary<string, string>
{ {
{ "google_oauth", "https://accounts.google.com/.well-known/openid_configuration" }, { "google_oauth", "https://accounts.google.com" },
{ "microsoft_oauth", "https://login.microsoftonline.com/common/v2.0/.well-known/openid_configuration" } { "microsoft_oauth", "https://login.microsoftonline.com" }
}; };
foreach (var service in services) foreach (var service in services)