Julien Bouquillon
bd8af2924e
feat: add KeycloakAdmin.set_events
3 years ago
Jacky Boen
a9b3924854
Fix KeycloakAdmin using wrong realm when authenticating with a service account
Signed-off-by: Jacky Boen <jacky@veand.co>
3 years ago
Michael Kao
227b698b3f
Stopping pagination requests if response count is lower than page size.
3 years ago
Manjeetsinh Alonja
71a92f8b49
Fix feature function documents
3 years ago
Manjeetsinh Alonja
44fe7b714a
Added realm partial export feature
3 years ago
bostonkenne
d7d661a38c
fix json response
3 years ago
bostonkenne
31b4efd7ab
add remove user realm role
3 years ago
phala
56fdb467be
Add user logout
3 years ago
phala
420779e3d2
Remove unused client_id from assign_realm_roles
3 years ago
arata-honda
c91df2b5c8
Fix get_user_id to non case-sensitive
4 years ago
obdeijn
92cef30578
Fix get_group_realm_roles, set correct url to get realm roles.
Remove the no longer used, wrong url.
4 years ago
andreas
988700bc81
Replaced deprecated method, improved description and added packages to requirements.
4 years ago
Lilis Iskandar
9c8835c255
Added get_events method for KeycloakAdmin
Signed-off-by: Lilis Iskandar <lilis@veand.co>
4 years ago
Oliver
04ef9a0e64
Update keycloak_admin.py
Fixed typo in params_path (leads to error)
4 years ago
Clive Jevons
02d82f70bc
update mapper in client scope
4 years ago
Hans Erik Heggem
0d4815ddb2
added composite clients role feature
4 years ago
Lukas Martini
6ed65ea4e5
Add exist_ok attribute to KeycloakAdmin.create_user
This attribute allows configuration of the behaviour of create_user when a user
with the passed username already exists. If set to False, an exception will be
raised (passed through) from the API. If set to True (default), the existing
user ID will silently be returned.
4 years ago
hamedSh
021c549e30
Get sessions associated with the client.
4 years ago
pjrm
b07ecce9a9
Maintain consistency across all methods and force all payload content to be in JSON format
4 years ago
pjrm
21333dc649
Add Keycloak authenticator config management (add, update and delete methods)
4 years ago
J. Brunswicker
0646f2819b
- add function to update a client-scope
4 years ago
Marcos Pereira
9bfcd1f88b
Fixed imports.
4 years ago
Paolo Romolini
05b3a27654
Add "Get a role by name" API
Signed-off-by: Paolo Romolini <paolo.romolini@2ndquadrant.com>
4 years ago
Tamara Nocentini
4624c7b2dc
Manage composite realm roles of the realm role
Signed-off-by: Tamara Nocentini <tamara.nocentini@2ndquadrant.com>
Signed-off-by: Paolo Romolini <paolo.romolini@2ndquadrant.com>
4 years ago
faffeldt
6c62286ade
Adds get_authentication_flow_for_id admin method
4 years ago
faffeldt
8dfdddc5c6
Adds copy_authentication_flow admin method
4 years ago
faffeldt
39aee83585
Adds create_authentication_flow_execution admin method
4 years ago
faffeldt
876640616b
Adds create_authentication_flow_subflow admin method
4 years ago
rpisani5c
70b9efeaa3
Update keycloak_admin.py
Removed the roles param definition on the get_group_client_roles method.
4 years ago
rpisani5c
89225eff12
Update keycloak_admin.py
Swapped the names for get_group_client_roles & delete_group_client_roles respectively. Updated usage, removed the roles object build for the get_ method.
4 years ago
Rafael Weingärtner
28a2f4eb11
Create add mapper to SP Client and delete mapper from scope methods
4 years ago
andres
c17fdaa3d8
Added get_realm_roles_of_user
4 years ago
andres
0c0bec4e66
Added get_realm_roles_of_user
4 years ago
Abhijeet Sharma
f59dc97466
Added delete_idp method
4 years ago
Attila Csoma
454a8e81a4
Add installation provider download
4 years ago
Abhijeet Sharma
2aedfec220
Add Missing Methods
4 years ago
Manish Verma
7e72aec707
Added code for fetching role users from role in realm and client
4 years ago
ggallard
f7a358b034
added get_client_service_account_user
4 years ago
ggallard
a02195cfd6
fixed for updated parameter on raise_error_from_response()
4 years ago
ggallard
7f0ed66803
Added create_client_scope
4 years ago
Marcos Pereira
3a45fa5d4e
Release version 0.22.0
4 years ago
biagio
03522bb590
added description
4 years ago
biagio
3838ed036b
fix comma
4 years ago
giordyb
b98e153377
Update keycloak_admin.py
added capabilities to add and get user's social login
4 years ago
Gemini Lasswell
68dea8051a
Handle 'Token is not active' error in refresh_token
If a token is acquired but not used before it times out,
Keycloak will return a 400 response with the message
'Token is not active'. Change refresh_token to handle
this error by getting a new token.
4 years ago
Evgeni Enchev
19af6bceda
improve comment
4 years ago
Evgeni Enchev
0c26781a09
add client-level operations for group roles
4 years ago
Marcos Pereira
c135a4ebb3
Fixed linter.
4 years ago
Christian Müller
1f5e9ad2e4
fixing issue #91
and be backwards compatible with older keycloak versions
4 years ago
Paolo Romolini
50b65c06a2
Add update and delete role by name
Add 'Update a role' and 'Delete a role' by name
and without passing the client parameter
5 years ago