Skip to main content
Skip table of contents

Keycloak Token

This adapter returns a Keycloak token so that the user can log in with the Keycloak user and password. 

Properties

Operation

Operations executed by the adapter

Possible values

  • Get Token - Request token

Parameters

Adapter

Main adapter class (do not change!)

Possible values: de.softproject.x4.auth.keycloak.KeycloakTokenAdapter: Hauptklasse (Standard)

userNameUser name  (mandatory)
passwordUser password (mandatory)
realmRealm to be used in Keycloak REST API calls.
clientIdClient ID for Keycloak REST API authentication.
clientSecretClient Secret for Keycloak REST API authentication.

Status Values

1

The adapter operation was executed successfully.

-1An error occurred during the execution of the adapter.

Note

The documentation of the ReST interface can be found at http://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.