Skip to main content
Skip table of contents

Keycloak Token

This adapter returns a Keycloak token for a user by logging on and off Keycloak with the user and password.

Properties

Operation

Operation performed by the adapter

Possible values:

  • Get Token - Request token

Parameters

Adapter

Main class of the adapter (do not change!)

Possible values: de.softproject.x4.auth.keycloak.KeycloakTokenAdapter: Main class (Default)

userNameUser name (required)
passwordUser's password (required)
realmRange used in Keycloak REST API calls (optional).
clientIdClient ID for Keyloak REST API authentication (optional).
clientSecretKeycloak REST API authentication secret client key (optional).


Status values

1

The adapter operation was executed successfully

-1An error occurred while running the adapter.

For documentation of the REST interface, seehttp://localhost:8080/X4/X4Api/.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.