Browse Source
Update keycloak_admin.py
Removed the roles param definition on the get_group_client_roles method.
master
rpisani5c
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
keycloak/keycloak_admin.py
|
|
@ -1078,7 +1078,6 @@ class KeycloakAdmin: |
|
|
|
|
|
|
|
:param group_id: id of group |
|
|
|
:param client_id: id of client (not client-id) |
|
|
|
:param roles: roles list or role (use GroupRoleRepresentation) |
|
|
|
:return Keycloak server response |
|
|
|
""" |
|
|
|
|
|
|
|