This adapter manages users, groups, and roles in Keycloak.
Note
If a Realm other than the Default X4 Realm is created in Keycloak (http://localhost:8085/auth), the corresponding role must be assigned to the respective Client (http://localhost:8085/auth/admin/master/console/#/YourRealm/clients) in Service Account Roles.
Properties
|
|
Operation executed by the adapter Possible values:
|
Parameters
|
|
Main adapter class (do not change!) Possible values: de.softproject.x4.auth.keycloak.KeycloakAdapter: Main class (Default) |
|
|
Realm to be used in Keycloak REST API calls. |
|
|
Client ID for Keycloak REST API authentication. |
|
|
Client Secret for Keycloak REST API authentication. |
Status values
|
|
The adapter operation was executed successfully. |
|
|
An error occurred during the execution of the adapter. |
The documentation of the ReST interface can be found at http://localhost:8080/X4/X4Api/.
More information: