You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,20 @@ The portal can run without any authentication infrastructure. Authentication con
35
35
| TOKEN*URL*${idp} | The URL for the authentication token service provider specific to the idp name. This URL is used for retrieveing an auth tokens. |
36
36
| OIDC*CLIENT_ID*${idp} | Client ID for the OpenID Connect (OIDC) configuration. The Client ID is used to identify the application to the OIDC provider (e.g., an authorization server). |
37
37
| OIDC*CLIENT_SECRET*${idp} | Client Secret for the OIDC configuration. The Client Secret is a confidential value known only to the application and the OIDC provider, used to authenticate the application to the provider. |
38
-
| CONTENT_CONFIGURATION_VALIDATOR_API_URL | Endpoint URL for custom content configuration validation. Endpoint returns useful error message when configuration is invalid. |
| HEALTH_CHECK_INTERVAL | The interval in _milliseconds_ at which the application performs health checks to ensure its components are functioning correctly. Default 2000 ms. |
45
-
| LOGOUT_REDIRECT_URL | The url to redirect user after logout action, by default _/logout_. |
46
-
| ENVIRONMENT | This property indicates the environment in which the application is running, _local_ indicates development environment. |
47
-
| DEVELOPMENT_INSTANCE | This property indicates if the portal runs in development mode. |
48
-
| FRONTEND_PORT | Set the port number on which the frontend of the application will run. |
49
-
| VALID_WEBCOMPONENT_URLS | To enable CORS Web component Loading: basically you need to add external domains where the Web Components are hosted; `".?"` in this examle, we are sepcify that we can load Web Components from everyhere. |
50
-
| FEATURE_TOGGLES | Comma separated values of features following the convention `featureName=boolean`. Boolean value indicates is the feature is on/off (true/false) |
| CONTENT_CONFIGURATION_VALIDATOR_API_URL | Endpoint URL for custom content configuration validation. Endpoint returns useful error message when configuration is invalid. |
44
+
| HEALTH_CHECK_INTERVAL | The interval in _milliseconds_ at which the application performs health checks to ensure its components are functioning correctly. Default 2000 ms. |
45
+
| LOGOUT_REDIRECT_URL | The url to redirect user after logout action, by default _/logout_. |
46
+
| ENVIRONMENT | This property indicates the environment in which the application is running, _local_ indicates development environment. |
47
+
| DEVELOPMENT_INSTANCE | This property indicates if the portal runs in development mode. |
48
+
| FRONTEND_PORT | Set the port number on which the frontend of the application will run. |
49
+
| VALID_WEBCOMPONENT_URLS | To enable CORS Web component Loading: basically you need to add external domains where the Web Components are hosted; `".?"` in this examle, we are sepcify that we can load Web Components from everywhere. |
50
+
| FEATURE_TOGGLES | Comma separated values of features following the convention `featureName=boolean`. Boolean value indicates is the feature is on/off (true/false) |
51
+
| USER_AVATAR_URL | Url that indicates where to find a user avatar to be displayed in the application along with the user information. Should contain a user id placeholder ${userId} which will be automatically replaced with the value. |
0 commit comments