Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 2 - Application configuration

Frontends

Each of the frontends front-ends has an application configuration file in . I.e C:\ProgramData\itsense\Configuration when installed as a Windows Services.
These are the files that matter:

Application Part

File

AuthCoreOne Authentication Services

CoreLogin_ApplicationConfiguration.json

Selfservice CoreOne Self-Service Portal

Portal_ApplicationConfiguration.json

CoreOne Admin UIUser Interfaces

FrontendWeb_ModuleConfig.json

Admin UI v2CoreOne Admin User Interfaces 2.0

Admin2_ApplicationConfiguration.json

...

Simply enable OpenTelemetry and configure the appropriate endpoints, headers and the protocol.
Please note that OpenTelemetryCollectorHeaders contains how we authenticate to the telemetry system. This can be a Bearer Token, Basic Auth or an API key. It may also be empty if no authentication is needed.

...

Backend

For the backend, the settings are stored in the database.

...