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
|
Parameters
Adapter | Main adapter class (do not change!) Possible values: de.softproject.x4.auth.keycloak.KeycloakTokenAdapter: Hauptklasse (Standard) |
userName | User name (mandatory) |
password | User password (mandatory) |
realm | Realm to be used in Keycloak REST API calls. |
clientId | Client ID for Keycloak REST API authentication. |
clientSecret | Client Secret for Keycloak REST API authentication. |
Status Values
1 | The adapter operation was executed successfully. |
-1 | An error occurred during the execution of the adapter. |
Note
The documentation of the ReST interface can be found at http://localhost:8080/X4/X4Api/.