changing URL to positivespend
All checks were successful
Management / build-deploy (push) Successful in 8m9s

This commit is contained in:
Grae Jones
2026-03-21 21:00:09 -07:00
parent 1ea8716ac6
commit 86852658b8
4 changed files with 16 additions and 54 deletions

View File

@@ -255,7 +255,7 @@ public sealed class ClientAuthMiddleware
var tenantId = _config["Auth:Staff:TenantId"];
var clientId = _config["Auth:Staff:ClientId"];
var instance = _config["Auth:Staff:Instance"] ?? "https://usimclients.ciamlogin.com/";
var instance = _config["Auth:Staff:Instance"] ?? "https://login.microsoftonline.com/";
if (string.IsNullOrWhiteSpace(tenantId) || string.IsNullOrWhiteSpace(clientId))
return false;