Browse Source
feat: Adding additional methods to support roles-by-id api calls
feat: Adding additional methods to support roles-by-id api calls
Most of the methods rely on the role name within python keycloak, which for the vast majority is fine, however there are some role names which cannot be used by the API endpoint as they contain characters that cannot be encoded properly. Therefore this change is to allow the use of the role's id to get, update and delete roles by their id instead.'pull/521/head
Geoff Owen
9 months ago
No known key found for this signature in database
GPG Key ID: A3580C1F184596B6
6 changed files with 89 additions and 6 deletions
-
54src/keycloak/keycloak_admin.py
-
4src/keycloak/keycloak_openid.py
-
1src/keycloak/urls_patterns.py
-
29tests/test_keycloak_admin.py
-
4tests/test_keycloak_openid.py
-
3tox.ini
Write
Preview
Loading…
Cancel
Save
Reference in new issue