NestedModules/AzureAD/OverrideEnvironment.config.txt
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
{
"AzureCloud": { "Name": 0, "OnPremise": false, "Endpoints": { "ActiveDirectory": "https://login.microsoftonline.com/", "ActiveDirectoryServiceEndpointResourceId": "https://management.core.windows.net/", "MsGraphEndpointResourceId": "https://graph.microsoft.com", "AadGraphEndpointResourceId": "https://graph.windows.net" } }, "AzureChinaCloud": { "Name": 1, "OnPremise": false, "Endpoints": { "ActiveDirectory": "https://login.chinacloudapi.cn/", "ActiveDirectoryServiceEndpointResourceId": "https://management.core.chinacloudapi.cn/", "MsGraphEndpointResourceId": "https://microsoftgraph.chinacloudapi.cn", "AadGraphEndpointResourceId": "https://graph.chinacloudapi.cn" } }, "AzureUSGovernment": { "Name": 2, "OnPremise": false, "Endpoints": { "ActiveDirectory": "https://login-us.microsoftonline.com/", "ActiveDirectoryServiceEndpointResourceId": "https://management.core.usgovcloudapi.net/", "MsGraphEndpointResourceId": "https://graph.microsoft.com", "AadGraphEndpointResourceId": "https://graph.windows.net" } }, "AzureGermanyCloud": { "Name": 3, "OnPremise": false, "Endpoints": { "ActiveDirectory": "https://login.microsoftonline.de/", "ActiveDirectoryServiceEndpointResourceId": "https://management.core.cloudapi.de/", "MsGraphEndpointResourceId": "https://graph.microsoft.de", "AadGraphEndpointResourceId": "https://graph.cloudapi.de" } }, "AzurePPE": { "Name": 99, "OnPremise": false, "Endpoints": { "ActiveDirectory": "", "ActiveDirectoryServiceEndpointResourceId": "", "MsGraphEndpointResourceId": "", "AadGraphEndpointResourceId": "" } } } |