Valid Audiences
setting on the Business Central Server. For more information, see Authenticating Business Central Users with Azure Active Directoryhttps://login.microsoftonline.com/<AADTenentID>
, where <AADTenentID>
is the Azure AD tenant ID. For more information, see Authenticating Business Central Users with Azure Active Directoryhttps://mysite.sharepoint.com, https://*.myportal.com
.https:mysite.sharepoint.com, https:*.myportal.com
To require Kerberos authentication, set this value to false
.
Values: true
, false
Default value: true
Values: true
, false
Default value: true
The credential type must match the credential type configured for the Business Central Server instance that the Business Central Web Server connects to. For information about how to set up the credential type on Business Central Server, see Configuring Business Central Server.
Values: Windows, UserName, NavUserPassword, AccessControlService
Default value: Windows
Values: From 4 to 80.
Default value: 28
APPLIES TO: Business Central 2022 release wave 1 (version 20) and earlier.
Default value: 64
Values: 1-65535
Default value: 7085 (7046 in version 20 and earlier)
Values: EncryptAndSign, Sign, None
Default value: EncryptAndSign
APPLIES TO: Business Central 2022 release wave 1 (version 20) and earlier.
Default value: none
true
to enable designer.For more information, see Using Designer.
This parameter is only relevant when security certificates are used on the Business Central Web Server and Business Central Server to protect communication. Note: You can find the subject name by opening the certificate in the Certificates snap-in for Microsoft Management Console (MMC). The MMC is available on the computer that's running Business Central Web Server or Business Central Server.
For more information, see Authentication and User Credential Type.
Value: The subject name of the certificate.
Default value: none
https://businesscentral.microsoft.com
."GlobalEndPoints": "null,ms://businesscentral,ms://dynamicsnav"
Default value: none
Default value: none
Default value: none
If set to false
, scripts will be loaded from the web server, which is useful in, for example, an intranet scenario where there's no internet access.
Default value: true
DISCONTINUED AFTER: Business Central Spring 2019
Valid range: 1-65535
Default value: 7045
Important: This setting has been deprecated in Business Central, and it has no effect on the Web Server instance.
Default value: 10
true
to enable personalization.For more information, see Managing Personalization.
true
, all cookies will be marked with a \u0027secure\u0027
attribute. If SSL is enabled on the web server, you should set this setting to true
. Values: true
, false
Default value: false
Default value: localhost
Default value: BC190
ClientServicesSSLEnabled
setting of the Business Central Server is set to true
then ServerHttps
must also be set to true
.For more information, see Using Security Certificates with Business Central On-Premises.
Default value: false
true
, then the Business Central Web Server can only connect to a Business Central Server instance that has been associated with a service principal name (SPN). If this parameter is set to false
, then the Business Central Web Server attempts to connect to the configured Business Central Server service, even if the service isn't associated with an SPN.
For more information about SPNs, see Configure Delegation.
Default: false
In the Business Central Web Server, this setting determines how long an open Business Central page or report can remain inactive before it closes. For example, suppose the SessionTimeout is set to 20 minutes. If a user doesn't take any action on a page within 20 minutes, then the page closes and it's replaced with the following message: The page has expired and the content cannot be displayed.
The time span has the format [dd.]hh:mm:ss[.ff]:
- dd is the number of days
- hh is the number of hours
- mm is the number of minutes
- ss is the number of seconds
- ff is fractions of a second
Default value: 00:20:00
If you don't want to show the Tell me what you want to do icon, then set the parameter to false
.
Default value: true
Value: The value has the following format.
(net.tcp://BCServer:Port/ServerInstance/Service)=NoSpn|SPN
- BCServer
is the name of the computer that is running the Business Central Server.
- Port is the port number on which the Business Central Server is running.
- ServerInstance is the name of the Business Central Server instance.
- NoSpn|SPN specifies whether to use an SPN. If the ServicePrincipalNameRequired key is set to false
, then set this value to NoSpn. If the ServicePrincipalNameRequired key is set to true
, then set this value to Spn
.
Default value: (net.tcp://localhost:7046/BC190/Service)=NoSpn
If you set this key to the incorrect value, then during startup, the Business Central Web Server will automatically determine a correct value. An incorrect value will cause the Business Central Web Server to restart. Note: For most installations, you don't have to change this value. Unlike the Dynamics NAV Client connected to Business Central, this setting isn't updated automatically. If you want to change the default value, then you must change it manually.
APPLIES TO: Business Central 2022 release wave 1 (version 20) and earlier.
The other search terms are specified by the AdditionalSearchTerms and AdditionalSearchTermsML properties.
If you set this key name to false
, the other search terms are ignored.
Default value: true
true
, changes to values in fields are saved to the database as soon as the user moves focus from the field, for example, by pressing Tab. true
is the default and recommended setting because it gives users more precise indication of the page's status in the UI. If set to false
, changes aren't saved until the user closes the page by using the back arrow or stops editing by choosing the edit (pencil) button. After making changes to a field and moving focus to the next field, a user will see the status in the upper-right corner of the page change to Saving and then to Saved. This behavior can be misleading because the changes aren't yet saved to the database at this time.