Response file entries to configure the Common Platform
- Last UpdatedMay 28, 2025
- 3 minute read
The Common Platform settings are used to:
-
Establish machine trust between nodes via the System Management Server. See System Management Server for additional information.
-
Configure a Federated Identity Provider. See Federated Identity Provider for more information.
-
Set the License Mode and license type. See License Mode for more information.
<configurator>
Common Platform.ASBRuntime.HttpPort=80
Common Platform.ASBRuntime.HttpsPort=443
// Sets the HTTPS port of Aveva web apps running on the local node.
// Corresponds to the HTTPS Port setting on the Advanced Configuration Ports tab.
Common Platform.ASBRuntime.ManagementServerPort=443
// Sets the HTTPS port number for a "remote” SMS, and is used only when the SMS is on a different node.
// Corresponds to the SMS Port setting on the Advanced Configuration Certificates tab.
Common Platform.ASBRuntime.ManagementServerName=<machine name>
// Enter the System Management Server name if the SMS is on a remote node
Common Platform.ASBRuntime.AsbManagedCertificates=true
Common Platform.ASBRuntime.BindingCertificateThumbprint=<thumbprint>
// Required if AsbManagedCertificates = false, otherwise remove this parameter.
Common Platform.ASBRuntime.UserName=username
Common Platform.ASBRuntime.Password=password
// UserName and Password parameters are not required if the current logged in user is authenticated to access the Management Server.
// You can remove the parameters if they are not required.
Common Platform.ASBRuntime.IsRedundantSsoServer = true
// Ensure ManagementServerName is the remote node machine name, not the local node machine name.
Common Platform.ASBRuntime.SuitelinkMixedModeEnabled=<true or false>
// False indicates that SuiteLink accepts only encrypted connection requests.
// True indicates that SuiteLink accepts both encrypted and unencrypted connection requests.
// Setting to true is recommended only during upgrade scenarios or for supporting legacy applications.
Common Platform.ASBRuntime.NmxAllowAllUsers=<true or false>
// Valid entries are 0 or 1. 0 (false) restricts user access.
// Set to 0 for new installations. For upgrades should be set to 1, then reset to 0 when all nodes have been upgraded.
Common Platform.ASBRuntime.DisplayLoginMode=0
// Used for AVEVA Identity Manager login dialog
// 0 – browser not specified (defaults to default system browser)
// 1 – use WebView2 embedded browser
// 2 – use system browser)
Common Platform.Bootstrap.IsAzureADMode=true
// Enables Azure AD as the Authentication Provider
Common Platform.Bootstrap.Endpoint=<AzureEndpoint>
// Sets the Endpoint when Azure AD is enabled as the Authentication Provider
Common Platform.Bootstrap.ClientId=<AzureClientID>
// Sets the Client ID when Azure AD is enabled as the Authentication Provider
Common Platform.Bootstrap.ClientSecret=<AzureClientSecret>
// Sets the Client Secret when Azure AD is the Authentication Provider.
Common Platform.Bootstrap.IsAVEVAConnectMode=true
// Enables AVEVA Connect as the Authentication Provider
Common Platform.Bootstrap.Endpoint="AVEVAConnectEndPoint"
// Sets the Endpoint when AVEVA Connect is enabled as the Authentication Provider
Common Platform.Bootstrap.ClientId=<AVEVAConnectClientID>
// Sets the Client ID when AVEVA Connect is enabled as the Authentication Provider
Common Platform.Bootstrap.ServiceEndpoint=<AVEVAConnectServiceEndpoint>
// Sets the Service Endpoint when AVEVA Connect is enabled as the Authentication Provider
Common Platform.Bootstrap.AccessToken=<AVEVAConnectAccessToken>
// Sets the Access Token when AVEVA Connect is enabled as the Authentication Provider
Common Platform.AimFidps.ProviderName=None
// None - no external identity provider will be configured
// AzureAd - Azure AD will be configured as the federated identity provider
// AvevaConnect - AVEVA Connect will be configured as the federated identity provider
Common Platform.AimFidps.ClientId= <client Id for AzureAD or AVEVAConnect>
// This parameter is a string and is mandatory. For AVEVA Connect, the Clientid is a GUID string
Common Platform.AimFidps.ClientSecret= <AzureAD client secret>
// Specifies the client secret for Azure AD only
Common Platform.AimFidps.Endpoint= <AzureAD or AVEVAConnect endpoint URL>
// Specifies the endpoint (URL) for Azure AD or AVEVA Connect. This parameter is mandatory
Common Platform.AimFidps.AccessToken= <AVEVAConnect Access Token>
// Specifies the AccessToken for AVEVA Connect only
Common Platform.AimFidps.ServicesEndpoint= <AVEVAConnect endpoint>
// Specifies the Service Endpoint for AVEVA Connect only
Common Platform.LicenseModePlugin.Option=<flexmode / non-flexmode / operationscontrol / opscontrol-connectedexperience>
// Used to set the license mode
// flexmode = Flex
// non-flexmode = Perpetual
// operationscontrol = AVEVA Operations Control
// opscontrol-connectedexperience = enables connected experience (AVEVA Operations is enabled)
</configurator>