National Cloud Platforms
Last updated
Was this helpful?
Last updated
Was this helpful?
If you want to run SCEPman in a government / national cloud environment like GCC High, GCC DoD, or 21ViaNet, you have to alter some settings. If you run SCEPman in the standard Azure environment, just leave these settings empty to use the defaults. The following settings provide you the means to configure cloud-specific URLs and values if you are not using the standard Azure environment.
See also the if you want to log to a Log Analytics Workspace in a different cloud environment.
Linux: AppConfig__AzureCloudConfig__AzureADEndpoint
Value: URL as string
Description:
This is the AAD logon URL. It defaults to https://login.microsoftonline.com
.
For GCC High, use https://login.microsoftonline.us
. For 21Vianet, use https://login.partner.microsoftonline.cn
.
Linux: AppConfig__AzureCloudConfig__AzureADGraphEndpoint
Value: URL as string
Description:
This is the AAD Graph URL. It defaults to https://graph.windows.net/
.
You may not need to configure this if you let SCEPman use only Microsoft Graph.
Linux: AppConfig__AzureCloudConfig__AzureADGraphVersion
Value: string
Description:
The version of AAD Graph to use. It defaults to 1.6
.
Linux: AppConfig__AzureCloudConfig__MSGraphEndpoint
Value: URL as string
Description:
The URL of Microsoft Graph. It defaults to https://graph.microsoft.com
.
For GCC High, use https://graph.microsoft.us
. For GCC DoD, use https://dod-graph.microsoft.us
. For 21Vianet, use https://microsoftgraph.chinacloudapi.cn
.
Linux: AppConfig__AzureCloudConfig__KeyVaultEndpoint
Value: URL as string
Description:
The URL of Azure Key Vaults. It defaults to https://vault.azure.net
.
For GCC High, use https://vault.usgovcloudapi.net
. For 21Vianet, use https://vault.azure.cn
.
Linux: AppConfig__AzureCloudConfig__ManagementEndpoint
Value: URL as string
Description:
The URL of the Intune API. It defaults to https://api.manage.microsoft.com
.
For GCC High, use https://api.manage.microsoft.us
.
Linux: AppConfig__AzureCloudConfig__IntuneAppId
Value: Guid as string
Description:
The well-known Intune App ID. It defaults to 0000000a-0000-0000-c000-000000000000
.