The Admin configuration properties are typically found in Admin Starter’s .env
file. To override the default values, a copy of the .env
file should be made in the same location and renamed .env.local
.
Property Name | Description | Default Value |
---|---|---|
|
Whether or not to disable CORS preflight checks. |
|
|
The URL suffix to be used in retrieving client information. Used in cases such as initializing the Authentication context or impersonating a user. |
|
|
The URL suffix to be used in initiating the impersonation of a given user. |
|
|
The authorization header to be used when making requests. |
|
|
The prefix for the bearer token attached to the authorization header for making requests. |
|
|
The OAuth URL suffix for authorizing users. |
|
|
The URL suffix to retrieve an access token. |
|
|
Determines if login is required for Admin Client. |
|
|
The URL suffix for logging out users. |
|
|
The URL suffix for allowing users to change their password. |
|
|
The URL suffix to be used in retrieving user information. |
|
|
The scope for user-related operations. |
|
|
The URL suffix to be used for redirect callbacks. |
|
|
The URL suffix to be used for silent authorization callbacks. |
|
|
The OAuth response type that tells the authorization server which grant to execute. Read more about the possible values and their uses here. |
|
|
The OAuth grant type used for silent authorization callbacks. By default only |
|
|
The amount of milliseconds before the silent authorization callback is to return a timeout error. |
|
|
The header from a user’s access token that determines the token’s expiration date. |
|
|
The header from a user’s access token that determines the token’s maximum expiration date. |
|
|
The default time-to-live (TTL) for elements that are cached for the Auth state — |
|
Property | Description | Default Value |
---|---|---|
|
The interval at which the countdown in the session expiration modal starts. |
|
|
The interval at which Admin Client checks to see if activity has happened to determine if the session should be refreshed. |
|
Property Name | Description | Default Value |
---|---|---|
|
The scope for metadata augmentation-related operations. |
|
|
The URL suffix to be used in metadata augmentation operations, such as creating and undoing augmentations. |
|
|
The scope for metadata component-related operations. |
|
|
The URL suffix to be used in metadata component operations, such as fetching component metadata for a specific component by passing in the component ID. |
|
|
The scope for metadata route-related operations. |
|
|
The URL suffix to be used in metadata route operations, such as fetching metadata component routes. |
|
Property Name | Description | Default Value |
---|---|---|
|
The allowed/expected possible locales for the Admin Client. |
|
Property Name | Description | Default Value |
---|---|---|
|
The URL suffix to be used in the resolution of admin tenant information. |
|
|
The URL suffix to be used when retrieving the set of applications for the given tenant. |
|
|
The URL suffix to be used in the resolution of the URL of a given application, particularly used in impersonating users and in previewing changes via the Admin Client. |
|
Tip
|
Read more about Content Security Policies here. |
Property Name | Description | Default Value |
---|---|---|
|
Determines what template function will be used when compiling a string from a template and context object. Typically used to evaluate strings like URL strings with parameters and passing in an object whose attributes match the parameters. If the value is |
|
Property Name | Description | Default Value |
---|---|---|
|
Toggles the display of the Navigation section filter field. |
|
Property Name | Description | Default Value |
---|---|---|
|
Toggles the enabling of developer settings. |
|
|
Determines the timezone to be used by Admin Client. By default, this property is commented out, which makes the Admin Client use the system’s timezone. The list of valid timezone names can be found in the |
|
|
Toggles the enabling of the usage of PKCE in OAuth-related flows. |
|
|
The fixed log level of log statements. |
|
|
Toggles the decoration of log statements with a prefix pattern including the timestamp, level, and moduleName. |
|
Property Name | Description | Default Value |
---|---|---|
|
Specify the behavior of listgrid sorting. Possible values are:
|
|