python-keycloak
python-keycloak copied to clipboard
Add 3 methods to reach endpoints about IdP: - delete_mapper_to_idp - get_idp_management_permissions - update_idp_management_permissions
In the latest key clock version there is an option to add multiple sub groups for a user. Could you please consider adding this functionality and open a GitHub issue...
Hi, we were wondering if version `0.0.0` in [`pyproject.toml`](https://github.com/marcospereirampj/python-keycloak/blob/master/pyproject.toml#L3) is intentional?
I installed package with **pip install python-keycloak** When trying to call **from keycloak_client import KeycloakOpenID** I get an error _ModuleNotFoundError: No module named 'keycloak_client'_
Hello, everyone! I'm trying to use the `get_policies` function, but I'm getting errors related with the Audience. I cannot find where in Keycloak I set them, so I'm not able...
Add a method for getting associated policies with a specific `policy-id`.
Seems like this client does not support the admin hostname feature, is that correct? When running keycloak with --hostname-admin different than the - - hostname, it fails...
When using `KeycloakAdmin.create_group()` with a set `parent=` parameter in order to create subgroups, the method raises an exception even if the operation is successful. This is because the API returns...