Microsoft Entra ID (Azure AD)

These settings should only be applied to the SCEPman App Service, not the Certificate Master. Please refer to Application Settings.

AppConfig:AuthConfig:ApplicationId

The Application (client) ID from your Microsoft Entra ID (Azure AD) App registration. This setting is configured during the setup.

Please do not mix this up with the "Client Secret ID". We need the "Application (client) ID", here.

Changes can harm your service!

AppConfig:AuthConfig:ApplicationKey

The Application Key (client secret value) from your Microsoft Entra ID (Azure AD) App registration. This setting is configured during the setup of a SCEPman 1.x version. SCEPman 2.x usually does not use this setting and instead relies on Managed Identity authentication.

Please do not mix this up with the "Client Secret ID". We need the "Client Secret Value", here.

Changes can harm your service!

AppConfig:AuthConfig:TenantId

The Microsoft Entra ID (Azure AD) Tenant ID. This setting is automatically configured during the setup.

Changes can harm your service!

AppConfig:AuthConfig:HomeTenantId

When running SCEPman in a different tenant than Intune, this specifies the Id of the tenant hosting the SCEPman Azure resource, while AppConfig:AuthConfig:TenantId specifies the tenant of Intune. In this case, you cannot use the more convenient authentication based on Managed Identities, but must use authentication using an Azure App Registration and a Client Secret.

Changes can harm your service!

AppConfig:AuthConfig:HomeApplicationId

This setting is only used for situations where SCEPman runs in a different tenant than Intune. The HomeApplicationId specifies the application ID of your scepman-api app registration in the tenant where the SCEPman an Certificate Master App Services run. AppConfig:AuthConfig:ApplicationId and AppConfig:AuthConfig:ApplicationKey specify the application ID and Client Secret Value, respectively, of the app registration in the tenant where Intune runs.

Please do not mix this up with the "Client Secret ID". We need the "Application (client) ID", here.

Changes can harm your service!

AppConfig:AuthConfig:ManagedIdentityEnabledOnUnixTime

Applicable to version 2.0 and above

The time as Unix epoch when the required permissions to the Managed Identity were granted. SCEPman acquires a token using the Managed Identity only after a short delay (60 seconds in SCEPman 2.0) after this time, because only then do the roles in the token reflect the correct permissions added by the CMDlet. The tokens are cached for 24 hours with no way to force refresh the cache, so if you added a permission after SCEPman has acquired a token, you need to wait up to 24 hours until SCEPman can use this new permission.

Changes can harm your service!

AppConfig:SCEPResponseEncryptionAlgorithm

The algorithm used to encrypt SCEP responses. Reasonable values include "2.16.840.1.101.3.4.1.42" for AES-256-CBC (the default) and "2.16.840.1.101.3.4.1.2" for AES-128-CBC.

Changes can harm your service!

Last updated