Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new definition for logout of User #80

Open
github-isvist opened this issue Feb 4, 2022 · 0 comments
Open

Implement new definition for logout of User #80

github-isvist opened this issue Feb 4, 2022 · 0 comments

Comments

@github-isvist
Copy link

github-isvist commented Feb 4, 2022

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,
),
),
),

@github-isvist github-isvist changed the title Add new definition for logout of User Implement new definition for logout of User Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant