Client for Keycloak Api (mostly users and impersonation)
Project description
Python Keycloak Client
Usage
from keycloak_api_client import KeycloakApiClient
keycloak_api_client = KeycloakApiClient(...)
read_keycloak_user = keycloak_api_client.get_keycloak_user_by_email('johndoe@example.com')
Test
$ tox
Development
$ pip install -e .
Changelog
v0.6.0
- Added methods
create_client
andcreate_mapper_for_client
v0.5.0
- Added method
send_verification_email
v0.4.0
- Added method
reset_password
v0.3.0
- Added method
count_users
v0.2.2
- Added
limit
andoffset
params inKeycloakApiClient.search_users()
to control paging
v0.2.1
- Fixed
StopIteration
when downloading user by email in case email partially matches found users but not exact match exact email
v0.2.0
- Method
get_keycloak_user
was replaced byget_keycloak_user_by_id
andget_keycloak_user_by_email
v0.1.1
- Fixed typo
v0.1.0
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for python-keycloak-api-client-0.6.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02b082165c0d07714f7d6b44afa996cdd7c8f67a9120c75832cfc15883732b20 |
|
MD5 | 5e19306882d2074579cddb4b8dc725e0 |
|
BLAKE2b-256 | 399bafd0ea0fee0dee3e786dd8d0793a5a3c40918a292af579cffb6ec23cea12 |
Close
Hashes for python_keycloak_api_client-0.6.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ed66bd7ef292f2abb1a33c627ebe4af713f68fbcbb4e1bffe24707109c0e881 |
|
MD5 | 214e7ae05ab8f6b3cef4fc3a187a3e02 |
|
BLAKE2b-256 | c931d123175b3b2f1750141956287258084fd3c18b011be4d8e3eca53c3cedff |