toolmanagement-web
SSL_CERT_DIR
| Type |
String |
| Description |
Directory for certificate authorities that should be accepted by the service. |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
DOTNET_APP_HTTP_PORT
| Type |
Int |
| Description |
Port that the application will be listening on. (Should be 2500 to work with the gateway) |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_Logging__LogLevel__Default
| Type |
String ('Debug', 'Information', 'Warning', 'Error' are supported) |
| Description |
The default loglevel. |
| Required |
No |
| Defaults to |
Information |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OIDC__ServiceUrl
| Type |
String |
| Description |
Base url of MACMA |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OIDC__RequireHttps
| Type |
Boolean |
| Description |
If set to TRUE, the service will not accept MACMA http connections. |
| Required |
No |
| Defaults to |
TRUE |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OIDC__ClientId
| Type |
String |
| Description |
The Tool Management client Id in MACMA. |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OIDC__PublicClientId
| Type |
String |
| Description |
The Tool Management public client Id in MACMA (used for the frontend) |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OIDC__ClientSecret
| Type |
String |
| Description |
The Tool Management client secret for the configured client id in MACMA. |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OIDC__TenantId
| Type |
String |
| Description |
Owning tenant of the application. |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OIDC__ApplicationName
| Type |
String |
| Description |
Id of the Tool Management application in MACMA. |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OpenID__DefaultClient__ClientID
| Type |
String |
| Description |
The Tool Management client id in MACMA. Same as NEXEED_TOOLMANAGEMENT_WEB_OIDC__ClientId |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OpenID__DefaultClient__ClientSecret
| Type |
String |
| Description |
The Tool Management client secret for the configured client id in MACMA. Same as NEXEED_TOOLMANAGEMENT_WEB_OIDC__ClientSecret. |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OpenID__DefaultClient__AuthenticationServerURL
| Type |
String |
| Description |
MACMA url for the default tenant. This should be the MACMA url with the suffix: '/auth/realms/' followed by the default tenant id. |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OpenID__DefaultClient__HttpsRequired
| Type |
Boolean |
| Description |
If set to TRUE the service will not accept MACMA http connections. Can be the same as NEXEED_TOOLMANAGEMENT_WEB_OIDC__RequireHttps |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OpenID__DefaultClient__UseDefaultClientValues
| Type |
Boolean |
| Description |
This value is ignored and has only effect in named clients. |
| Required |
No |
| Defaults to |
FALSE |
| Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OpenID__DefaultClient__Scopes__0
| Type |
String |
| Description |
Scope for MACMA. Usually 'aud:macma' |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OpenID__NamedClients__PortalClient__UseDefaultClientValues
| Type |
Boolean |
| Description |
Ignore the configuration values for this client and use the default client values for MACMA. (this only has an effect in the named clients) |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_OpenID__NamedClients__PortalClient__Scopes__0
| Type |
String |
| Description |
Scope for the portal. |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_Portal__Url
| Type |
String |
| Description |
Base portal url. |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_Portal__Info__Id
| Type |
String |
| Description |
The Tool Management client id. Same as NEXEED_TOOLMANAGEMENT_WEB_OIDC__ClientId. |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_Portal__Info__Name
| Type |
String |
| Description |
Module name in the portal. |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_Portal__Info__BaseUrl
| Type |
String |
| Description |
Base url of Tool Management for the portal services to request information. |
| Required |
Yes |
|
Defaults to
Sources |
|
NEXEED_TOOLMANAGEMENT_WEB_Portal__Info__AuthProviderClientId
| Type |
String |
| Description |
The Tool Management client id. Same as NEXEED_TOOLMANAGEMENT_WEB_OIDC__ClientId. |
| Required |
Yes |
|
Defaults to
Sources |
|