64 Commits (2e2735a38882f3d08e506fc48208bbe522b82300)

Author SHA1 Message Date
Cainã 2e2735a388 feat: added KeycloakAdmin.update_client_authz_resource() (#462) 3 years ago
Cainã e80222253a feat: Implement missing admin method create_client_authz_scope_based_permission() and create_client_authz_policy() (#460) 3 years ago
Ana Paula Mendes 00521ea42c feat: Add query to get users group method and permit pagination (#444) 3 years ago
Richard Nemeth 06d320a12a chore: bump the deprecation to v4 3 years ago
Mickael Jeanroy 89a6082395 perf: improve performance of get_user_id (#449) 3 years ago
armin shoughi d0f10806e6 fix: Initializing KeycloakAdmin without server_url (#439) 3 years ago
Raspreet Singh a7407cd9c8 feat: Add get and delete methods for client authz resources (#435) 3 years ago
Elias Hamacher cde8b14d4f added update_resource_server 3 years ago
Elias Hamacher 6ef75fef8d added update_client_authz_role_based_policy, update_client_authz_group_based_policy and their corresponding urls 3 years ago
Elias Hamacher e013b18648 added create_client_authz_group_based_policy, create_client_authz_scope_based_permission and their corresponding urls 3 years ago
Petr Hála 1bdda5f2ae
fix: deprecation warnings in keycloak_admin.py (#425) 3 years ago
Kun Yang e7854d0c65
fix: improved type-hints (#427) 3 years ago
mklassen 8f4b49a4d1
feat: add initial access token support and policy delete method 3 years ago
Nuwan Goonasekera 7bbf4e15b7
fix: Refactor auto refresh (#415) 3 years ago
PizZaKatZe 2d9308f078
feat: implement cache clearing API (#414) 3 years ago
Tobias Genannt 04af3af170
fix: get_group_by_path uses Keycloak API to load (#417) 3 years ago
Philippe Moll f39fc53858 feat: Add Client Scopes of Client 3 years ago
Jerónimo Mendes 23ecba1e6f style: fix formatting 3 years ago
Jerónimo Mendes 9c51d02a63 feat: update header if token is given 3 years ago
Jerónimo Mendes fb0445c0c7 feat: init KeycloakAdmin with token 3 years ago
Richard Nemeth aa207286f0 feat: added default realm roles handlers 3 years ago
hadeer_e eeb2fbb628 feat(api): add tests for create_authz_scopes 3 years ago
iglimanaj 4fe06af677 refactor: code formatting after tox checks 3 years ago
Igli Manaj e9b173024b refactor: remove print statements 3 years ago
Igli Manaj 477e0c5a3c feat: option for enabling users 3 years ago
Igli Manaj 6b30631378 feat: helping functions for disabling users 3 years ago
Fredrik Lindner fc6a70f459 feat: attack detection API implementation 3 years ago
Merle Nerger 739e9abfbe feat: added missing functionality to include attributes when returning realm roles according to specifications 3 years ago
Merle Nerger acd457ef39 docs: fixed docstrings stating incorrect return types for get_client_role(s) and get_realm_role(s) 3 years ago
Antonio Lucas Neres 7c486ccb4f feat: add client scope-mappings client roles operations 3 years ago
Antonio Lucas Neres 0fb6c2058d feat: add client scope-mappings realm roles operations 3 years ago
Richard Nemeth c98189ca69 docs: more docstring linting 3 years ago
Richard Nemeth 2bf150f7c1
style: start of more checks 3 years ago
Luca Paganin 067673f81b fix: now get_required_action_by_alias now returns None if action does not exist 3 years ago
Luca Paganin 2d217eca1c fix: remove duplicate function 3 years ago
Luca Paganin 96085b7b1d fix: applied flake linting checks 3 years ago
Luca Paganin fb942c11d8 feat: add unit tests 3 years ago
Luca Paganin 9bff615fec feat: add docstrings 3 years ago
Luca Paganin 5bc5d4f321 feat: add functions covering some missing REST API calls 3 years ago
Richard Nemeth 1c6524e4db
fix: check client existence based on clientId 3 years ago
Richard Nemeth 25f1f68705 style: fix docstring for docs pages 3 years ago
Richard Nemeth 5e6c775735 style: fixed docstrings everywhere 3 years ago
Fredrik Lindner 81b3cc80db docs: add timeout to docstring 4 years ago
Richard Nemeth bead0aff2b fix: raise correct exceptions 4 years ago
Chuma Umenze e7152e5c74 build: use poetry for package management 4 years ago
Fredrik Lindner d2a6262d61 feat: Ability to set custom timeout for KCOpenId and KCAdmin 4 years ago
Erik Cederstrand 2f212c1350 feat: Allow fetching existing policies before calling create_client_authz_client_policy() 4 years ago
Erik Cederstrand 667d1e088e feat: support token exchange config via admin API 4 years ago
Bruno Bonfils bcdf1b825b feat: Add update_idp 4 years ago
Bruno Bonfils f3de47e1b3 feat: Add update_mapper_in_idp 4 years ago