Add AAD endpoints for all environments

This commit is contained in:
Senthamil Sindhu
2024-08-21 10:08:55 -07:00
parent 4176a8a9a9
commit ec3afa0526
4 changed files with 38 additions and 2 deletions

View File

@@ -52,7 +52,10 @@ export const defaultAllowedArmEndpoints: ReadonlyArray<string> = [
"https://management.chinacloudapi.cn",
];
export const allowedAadEndpoints: ReadonlyArray<string> = ["https://login.microsoftonline.com/"];
export const allowedAadEndpoints: ReadonlyArray<string> = ["https://login.microsoftonline.com/",
"https://login.microsoftonline.us/",
"https://login.partner.microsoftonline.cn/"
];
export const defaultAllowedBackendEndpoints: ReadonlyArray<string> = [
"https://main.documentdb.ext.azure.com",