X4 Produktdokumentation

Editing the Connection Configuration

Under Connection, connection profiles with the respective profile data can be stored.

  1. Select image-20260312-085816.png > Manage Connections (or File > Manage Connections).
    ⇾ The X4 Preferences dialog opens.

    image-20251212-124226.png
  2. On the left, expand X4 Designer and select Connection to access the connection settings.

  3. Configure the desired connection settings:

Setting

Description

Connection Properties

Profile

Name of the connection profile (freely selectable)

Server

IP address or hostname of the X4 Server (example: localhost)

Port

Port number

Base Path

Base URL for connecting to an X4 Server behind a proxy

Proxy Settings

Default settings for proxy servers and Internet connection

Color

Color for the connection setting (optional)

Note:

The selected color will be displayed in the status bar of X4 Designer the next time a successful connection is attempted. This makes it easier to distinguish between different X4 Servers.

Authentication

Selection of the desired authentication method

Possible values:

  • Basic

  • OIDC

  • No Auth

Note:

The No Auth option allows users to bypass OIDC authentication, for example in development or test environments.

Please note that this option in X4 Designer is informational only and does not represent the actual authentication behavior between X4 Designer and X4 Server. For No Auth to work, the X4 Server must also be configured accordingly. If not, an error message is displayed when accessing protected resources.

Login Properties

Note:

The fields displayed in the Login Properties section depend on the selection in Authentication. If you select No Auth, the Login Properties section is not displayed.

Authentication: Basic

Option to enable basic authentication

image-20251212-125402.png

User: Name of the repository user

Password: Password of the repository user


Authentication: OIDC

Option to enable OIDC authentication

image-20251212-125544.png
  • OIDC URL: Full URL to the OIDC realm of the authentication server in use

Example: <http://localhost:8085/auth/realms/<realm-name>>

  • Client: Client name under which the X4 Designer is registered in the authentication server in use

Example: X4Designer

Note:

This name must match exactly the client name configured in the OIDC server (for example, Keycloak) for login to work.

  • Reset Token: Reset token

Note:

This button is active only if a token exists. After resetting a token, the button is disabled.

⇾ The created connection profiles are displayed under Connection Profiles. You can add, remove, and set any profile as the default.

  1. Select Test Connection to verify that the connection is established correctly.

  2. Select Apply and Close to save the settings and close the window.