Nexeed
    • Introduction
    • User manual
      • Release and health state of the tools and components
      • Configure Tool Management
      • Tool Information
      • Tool Administration
        • Tools & Components
        • Hierarchy
        • Types
        • Groups
      • Tool Actions
      • Configuration
        • General
        • Predefined reasons
        • Failures
        • Properties
        • Notifications
      • Dashboard
      • Filter functions in Tool Management
      • Adjust table columns
    • Operations manual
      • Overview
      • System Architecture and Interfaces
      • System Requirements
        • toolmanagement-backend
        • toolmanagement-web
        • toolmanagement-tenant
        • toolmanagement-gateway
      • Migration from Previous Versions
      • Setup and Configuration
        • toolmanagement-backend
        • toolmanagement-web
        • toolmanagement-tenant
      • Start and Shutdown
      • Regular Operations
      • Failure Handling
      • Backup and Restore
      • Logging and Monitoring
        • Module Health Endpoints and K8S Probes
      • Known Limitations
    • API documentation
    • Glossary
Tool Management
  • Industrial Application System
  • Core Services
    • Block Management
    • Deviation Processor
    • ID Builder
    • Multitenant Access Control
    • Notification Service
    • Ticket Management
    • Web Portal
  • Shopfloor Management
    • Andon Live
    • Global Production Overview
    • KPI Reporting
    • Operational Routines
    • Shift Book
    • Shopfloor Management Administration
  • Product & Quality
    • Product Setup Management
    • Part Traceability
    • Process Quality
    • Setup Specs
  • Execution
    • Line Control
    • Material Management
    • Order Management
    • Packaging Control
    • Rework Control
  • Intralogistics
    • AGV Control Center
    • Stock Management
    • Transport Management
  • Machine & Equipment
    • Condition Monitoring
    • Device Portal
    • Maintenance Management
    • Tool Management
  • Enterprise & Shopfloor Integration
    • Archiving Bridge
    • Data Publisher
    • Direct Data Link
    • Engineering UI
    • ERP Connectivity
    • Gateway
    • Information Router
    • Master Data Management
    • Orchestrator

Nexeed Learning Portal

  • Tool Management
  • Operations manual
  • Setup and Configuration
  • toolmanagement-web
preview 2.12

toolmanagement-web

SSL_CERT_DIR

Type

String

Description

Directory for certificate authorities that should be accepted by the service.

Required

Yes

Defaults to

-

Sources
  • Environment Variable

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
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_Logging__LogLevel__Default

Type

String ('Debug', 'Information', 'Warning', 'Error' are supported)

Description

The default loglevel.

Required

No

Defaults to

Information

Sources
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_OIDC__ServiceUrl

Type

String

Description

Base url of MACMA

Required

Yes

Defaults to

-

Sources
  • Environment Variable

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
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_OIDC__ClientId

Type

String

Description

The Tool Management client Id in MACMA.

Required

Yes

Defaults to

-

Sources
  • Environment Variable

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
  • Environment Variable

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
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_OIDC__TenantId

Type

String

Description

Owning tenant of the application.

Required

Yes

Defaults to

-

Sources
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_OIDC__ApplicationName

Type

String

Description

Id of the Tool Management application in MACMA.

Required

Yes

Defaults to

-

Sources
  • Environment Variable

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
  • Environment Variable

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
  • Environment Variable

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
  • Environment Variable

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
  • Environment Variable

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
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_OpenID__DefaultClient__Scopes__0

Type

String

Description

Scope for MACMA. Usually 'aud:macma'

Required

Yes

Defaults to
Sources
  • Environment Variable

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
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_OpenID__NamedClients__PortalClient__Scopes__0

Type

String

Description

Scope for the portal.

Required

Yes

Defaults to
Sources
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_Portal__Url

Type

String

Description

Base portal url.

Required

Yes

Defaults to
Sources
  • Environment Variable

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
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_Portal__Info__Name

Type

String

Description

Module name in the portal.

Required

Yes

Defaults to
Sources
  • Environment Variable

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
  • Environment Variable

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
  • Environment Variable

NEXEED_TOOLMANAGEMENT_WEB_SecurityHeaderConfiguration__XFrame

Type

Boolean

Description

Whether X-Frame headers should be set in the service or not.

Required

No

Defaults to

FALSE

Sources
  • Environment Variable

Contents

© Robert Bosch Manufacturing Solutions GmbH 2023-2025, all rights reserved

Changelog Corporate information Legal notice Data protection notice Third party licenses