8000 Implement new definition for logout of User · Issue #80 · MohammadWaleed/keycloak-admin-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Implement new definition for logout of User #80
Open
@github-isvist

Description

@github-isvist

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0