changing URL to positivespend
All checks were successful
Management / build-deploy (push) Successful in 8m9s
All checks were successful
Management / build-deploy (push) Successful in 8m9s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user