mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 18:45:34 +00:00
fix stupid
This commit is contained in:
parent
1a4757a7ab
commit
39bc413623
1 changed files with 1 additions and 1 deletions
|
|
@ -1121,7 +1121,7 @@ class KeycloakAPI:
|
|||
:param username: Username of the user to fetch.
|
||||
:param realm: Realm in which the user resides; default 'master'
|
||||
"""
|
||||
self._get_users(username=username, realm=realm)
|
||||
return self._get_users(username=username, realm=realm)
|
||||
|
||||
def get_service_account_user_by_client_id(self, client_id, realm: str = "master"):
|
||||
"""Fetch a keycloak service account user within a realm based on its client_id.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue