File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
apps/internal/oauth/ops/authority Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,12 @@ type jsonCaller interface {
4747}
4848
4949var aadTrustedHostList = map [string ]bool {
50- "login.windows.net" : true , // Microsoft Azure Worldwide - Used in validation scenarios where host is not this list
51- "login.chinacloudapi.cn" : true , // Microsoft Azure China
52- "login.microsoftonline.de" : true , // Microsoft Azure Blackforest
53- "login-us.microsoftonline.com" : true , // Microsoft Azure US Government - Legacy
54- "login.microsoftonline.us" : true , // Microsoft Azure US Government
55- "login.microsoftonline.com" : true , // Microsoft Azure Worldwide
56- "login.cloudgovapi.us" : true , // Microsoft Azure US Government
50+ "login.windows.net" : true , // Microsoft Azure Worldwide - Used in validation scenarios where host is not this list
51+ "login.partner.microsoftonline.cn" : true , // Microsoft Azure China
52+ "login.microsoftonline.de" : true , // Microsoft Azure Blackforest
53+ "login-us.microsoftonline.com" : true , // Microsoft Azure US Government - Legacy
54+ "login.microsoftonline.us" : true , // Microsoft Azure US Government
55+ "login.microsoftonline.com" : true , // Microsoft Azure Worldwide
5756}
5857
5958// TrustedHost checks if an AAD host is trusted/valid.
You can’t perform that action at this time.
0 commit comments