6e8af8ff49 
								
							
								 
							
						 
						
							
							
								
								Updated README  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a29f282c69 
								
							
								 
							
						 
						
							
							
								
								#262  Added three functions to get all the client's authorization scopes, permissions, policies using Keycloak Admin  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e13dd54c2b 
								
									
								
							
								 
							
						 
						
							
							
								
								bug fix for Issue  #260  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9abbf559ac 
								
							
								 
							
						 
						
							
							
								
								add client session stats  
							
							
 
							
							
							Signed-off-by: modularTaco <37046961+modularTaco@users.noreply.github.com> 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58c4426a45 
								
							
								 
							
						 
						
							
							
								
								pure, not universal.  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2dcf68fcef 
								
							
								 
							
						 
						
							
							
								
								always publish wheels  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9777a85fa0 
								
							
								 
							
						 
						
							
							
								
								fixed typo in URL pattern  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95c4a7ee2d 
								
							
								 
							
						 
						
							
							
								
								added delete_authentication_flow(flow_id)  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76b6798429 
								
							
								 
							
						 
						
							
							
								
								added get/delete authentication_flow_execution(execution_id)  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c538d8fb32 
								
							
								 
							
						 
						
							
							
								
								added get/add/delete default (default/optional) client scopes  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6ad87d62c 
								
							
								 
							
						 
						
							
							
								
								fix invalid credential error and refresh_code not exist error  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ee625d063 
								
							
								 
							
						 
						
							
							
								
								Enable Keycloak Admin for Non-master Realms  
							
							
 
							
							
							Allow the 'KeycloakAdmin' class to instantiate against non-master realms using
an Authorization header for a non-admin user that is granted permissions to
inspect or manage Keycloak admin resources.
Example:
kca = KeycloakAdmin(
        'https://auth.keycloak.local/auth/ ',
        realm_name='my-realm',
        client_id='admin',
        custom_headers=auth_headers
      ) 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80bb7a56b5 
								
							
								 
							
						 
						
							
							
								
								Fix invalid permission type  
							
							
 
							
							
							A permission associates the object being protected and the policies that must be evaluated to decide whether access should be granted.
Permissions can be created to protect two main types of objects:
1. Resources
2. Scopes 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10c212cce5 
								
							
								 
							
						 
						
							
							
								
								Refine comments  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								656de1c466 
								
							
								 
							
						 
						
							
							
								
								Add more comments  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b93754d27 
								
							
								 
							
						 
						
							
							
								
								Add new AuthZ API support  
							
							
 
							
							
							NOTE: These are private API, will be changed later. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								fd0577c730 
								
									
								
							
								 
							
						 
						
							
							
								
								add_group needs a dict of GroupRepresentation  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc079d8fb7 
								
							
								 
							
						 
						
							
							
								
								Using session.proxies.update method instead of seting it as an dict  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e7d0d2ec5 
								
							
								 
							
						 
						
							
							
								
								Added optional proxies for requests calls  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a37bf45c77 
								
									
								
							
								 
							
						 
						
							
							
								
								Add delete_user_social_login  
							
							
 
							
							
							This makes it possible to delete federated identities without having
to use raw requests. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								d0894d4352 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't force realm name when using secret key  
							
							
 
							
							
							Using other realms can be useful, for example, to manage realm users with restricted rights. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69d60d430a 
								
							
								 
							
						 
						
							
							
								
								Add remove and update methods for client protocol mappers  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b202e71cb 
								
							
								 
							
						 
						
							
							
								
								fix: handle refresh_token error "Session not active"  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50354e6108 
								
							
								 
							
						 
						
							
							
								
								Add feature to list and delete user credentials  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dd130a0365 
								
							
								 
							
						 
						
							
							
								
								Release 0.26.1  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6acadaca5b 
								
							
								 
							
						 
						
							
							
								
								Release 0.26.0  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e318e785da 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #199  from pehala/fix_realm_roles  
							
							
 
							
							
							Remove unused client_id from assign_realm_roles 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								0cab69ad35 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #200  from pehala/user_logout  
							
							
 
							
							
							Add User logout 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								6a6ec8947b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into user_logout  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b27b681a54 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #203  from itsjef/patch-1  
							
							
 
							
							
							Correct public key value in README.md 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								84dac11a5a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #204  from bostonk/add_function_to_remove_realm_role  
							
							
 
							
							
							Add function to remove user realm role 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								023c4489c4 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into add_function_to_remove_realm_role  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e1529ccb57 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #209  from ychab/master  
							
							
 
							
							
							openid - minor typo fix, change nothing yet 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								b4c9305ba6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #211  from monty16597/feature/export-realm  
							
							
 
							
							
							Added realm partial export feature 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8ea16ee6d3 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #212  from Miiha/feature/pagination-performance  
							
							
 
							
							
							Reduce amount of paginated requests. 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								23c8320dca 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #219  from aqiank/master  
							
							
 
							
							
							Fix KeycloakAdmin using wrong realm when authenticating with a service account 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a7efc230ae 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #221  from revolunet/patch-1  
							
							
 
							
							
							feat: add KeycloakAdmin.set_events 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								693ae4001a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #222  from BvdLind/patch-1  
							
							
 
							
							
							Update README example create_client_role syntax 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								81b12d2d55 
								
									
								
							
								 
							
						 
						
							
							
								
								Update README example create_client_role syntax  
							
							
 
							
							
							In the README the `create_client_role` function has a `client_id` argument, but in [keycloak_admin.py](0ebcf99094/keycloak/keycloak_admin.py (L1001)) 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								bd8af2924e 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: add KeycloakAdmin.set_events  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a9b3924854 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix KeycloakAdmin using wrong realm when authenticating with a service account  
							
							
 
							
							
							Signed-off-by: Jacky Boen <jacky@veand.co> 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								227b698b3f 
								
							
								 
							
						 
						
							
							
								
								Stopping pagination requests if response count is lower than page size.  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71a92f8b49 
								
							
								 
							
						 
						
							
							
								
								Fix feature function documents  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44fe7b714a 
								
							
								 
							
						 
						
							
							
								
								Added realm partial export feature  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f6de6c3c8 
								
							
								 
							
						 
						
							
							
								
								openid - minor typo fix, change nothing yet  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7d661a38c 
								
							
								 
							
						 
						
							
							
								
								fix json response  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31b4efd7ab 
								
							
								 
							
						 
						
							
							
								
								add remove user realm role  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								11e4a12c83 
								
									
								
							
								 
							
						 
						
							
							
								
								Correct public key format  
							
							
 
							
							
							Keycloak returns public key in PEM format 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93b9991dc8 
								
							
								 
							
						 
						
							
							
								
								Remove unused client_id from delete_realm_roles_of users  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b6b076f55 
								
							
								 
							
						 
						
							
							
								
								add delete_realm_roles_of_user function  
							
							
								
 
							
							
						 
						4 years ago