Open
Description
definition links commandbase with Keycloak API route "auth/admin/realms/{realm}/users/{id}/logout"
it works on real proj. in dev-mode, tested with Keycloak
can we add it to this project in file keycloak-admin-client/src/Admin/Resources/keycloak-1_0.php?
'logoutUser' => array(
'uri' => 'auth/admin/realms/{realm}/users/{id}/logout',
'description' => 'Logout a user',
'httpMethod' => 'POST',
'parameters' => array(
'realm' => array(
'location' => 'uri',
'description' => 'The Realm name',
'type' => 'string',
'required' => true,
),
'id' => array(
'location' => 'uri',
'description' => 'User id',
'type' => 'string',
'required' => true,
),
),
),
Metadata
Metadata
Assignees
Labels
No labels