Marcos Pereira
a7efc230ae
Merge pull request #221 from revolunet/patch-1
feat: add KeycloakAdmin.set_events
3 years ago
Marcos Pereira
693ae4001a
Merge pull request #222 from BvdLind/patch-1
Update README example create_client_role syntax
3 years ago
Bas van der Linden
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))
`client_role_id` seems to be used instead.
3 years ago
Julien Bouquillon
bd8af2924e
feat: add KeycloakAdmin.set_events
3 years ago
Jacky Boen
a9b3924854
Fix KeycloakAdmin using wrong realm when authenticating with a service account
Signed-off-by: Jacky Boen <jacky@veand.co>
3 years ago
Michael Kao
227b698b3f
Stopping pagination requests if response count is lower than page size.
3 years ago
Manjeetsinh Alonja
71a92f8b49
Fix feature function documents
3 years ago
Manjeetsinh Alonja
44fe7b714a
Added realm partial export feature
3 years ago
Yannick Chabbert
8f6de6c3c8
openid - minor typo fix, change nothing yet
3 years ago
bostonkenne
d7d661a38c
fix json response
3 years ago
bostonkenne
31b4efd7ab
add remove user realm role
3 years ago
Adrian_Cin
11e4a12c83
Correct public key format
Keycloak returns public key in PEM format
3 years ago
Joerg Schaarschmidt
93b9991dc8
Remove unused client_id from delete_realm_roles_of users
3 years ago
Joerg Schaarschmidt
4b6b076f55
add delete_realm_roles_of_user function
3 years ago
phala
56fdb467be
Add user logout
3 years ago
phala
420779e3d2
Remove unused client_id from assign_realm_roles
3 years ago
Marcos Pereira
0ebcf99094
Release 0.25.0
3 years ago
Marcos Pereira
62dc333d82
Release 0.25.0
3 years ago
Marcos Pereira
3931246832
Merge pull request #173 from igittigitt/patch-1
Update keycloak_admin.py
4 years ago
Marcos Pereira
88c7b570ad
Merge pull request #174 from veandco/master
Added get_events method for KeycloakAdmin
4 years ago
Marcos Pereira
3cec116041
Merge pull request #183 from double-a/master
urllib3's method_whitelist is deprecated
4 years ago
Marcos Pereira
eee9b203d6
Merge pull request #185 from obdeijn/master
Fix get_group_realm_roles, set correct path to get realm roles
4 years ago
Marcos Pereira
4c717dbd77
Merge pull request #187 from arata-honda/fix-get-user-id
BugFix get_user_id to non case-sensitive
4 years ago
Marcos Pereira
da48887316
Merge pull request #189 from sacovo/patch-1
add example to create user and specify locale
4 years ago
Marcos Pereira
7e56c6406c
Merge pull request #190 from marcospereirampj/dependabot/pip/rsa-4.7
Bump rsa from 4.1 to 4.7
4 years ago
dependabot[bot]
992de97378
Bump rsa from 4.1 to 4.7
Bumps [rsa](https://github.com/sybrenstuvel/python-rsa ) from 4.1 to 4.7.
- [Release notes](https://github.com/sybrenstuvel/python-rsa/releases )
- [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-4.1...version-4.7 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Sandro Covo
a39ff81e62
add example to create user and specify locale
Usage of the `attributes`for this kind of task with not quite obvious and documentation hard to find.
4 years ago
arata-honda
c91df2b5c8
Fix get_user_id to non case-sensitive
4 years ago
obdeijn
92cef30578
Fix get_group_realm_roles, set correct url to get realm roles.
Remove the no longer used, wrong url.
4 years ago
andreas
988700bc81
Replaced deprecated method, improved description and added packages to requirements.
4 years ago
Marcos Pereira
ff46699799
Merge pull request #181 from marcospereirampj/dependabot/pip/rsa-4.1
Bump rsa from 4.0 to 4.1
4 years ago
dependabot[bot]
6d90d48048
Bump rsa from 4.0 to 4.1
Bumps [rsa](https://github.com/sybrenstuvel/python-rsa ) from 4.0 to 4.1.
- [Release notes](https://github.com/sybrenstuvel/python-rsa/releases )
- [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-4.0...version-4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Lilis Iskandar
9c8835c255
Added get_events method for KeycloakAdmin
Signed-off-by: Lilis Iskandar <lilis@veand.co>
4 years ago
Oliver
04ef9a0e64
Update keycloak_admin.py
Fixed typo in params_path (leads to error)
4 years ago
Marcos Pereira
5da58b2013
Merge pull request #168 from clive-jevons/add-update-protocol-mapper-to-keycloak-admin
update mapper in client scope
4 years ago
Marcos Pereira
3062bd924b
Merge pull request #166 from Gromil/master
Added destructor to close requests.Session
4 years ago
Marcos Pereira
da6feb1cd3
Merge pull request #165 from hansehe/master
Add composite clients role feature
4 years ago
Marcos Pereira
ab1e2fd576
Merge branch 'master' into master
4 years ago
Marcos Pereira
8b89f214b8
Merge pull request #158 from lutoma/create-user-exists
Add exist_ok attribute to KeycloakAdmin.create_user
4 years ago
Marcos Pereira
970308bccd
Merge pull request #157 from hamedsh/clients-all-sessions
Get sessions associated with the client.
4 years ago
Marcos Pereira
898257c0dd
Merge pull request #155 from pjrm/add_json_dump
Maintain consistency across all methods and force all payload content to be in JSON format
4 years ago
Clive Jevons
02d82f70bc
update mapper in client scope
4 years ago
Bekzhan
c71549813c
fix pytest warning
4 years ago
Hans Erik Heggem
9b3fd3076b
Merge branch 'feature/composite_client_role'
4 years ago
Hans Erik Heggem
0d4815ddb2
added composite clients role feature
4 years ago
Lukas Martini
6ed65ea4e5
Add exist_ok attribute to KeycloakAdmin.create_user
This attribute allows configuration of the behaviour of create_user when a user
with the passed username already exists. If set to False, an exception will be
raised (passed through) from the API. If set to True (default), the existing
user ID will silently be returned.
4 years ago
hamedSh
021c549e30
Get sessions associated with the client.
4 years ago
pjrm
b07ecce9a9
Maintain consistency across all methods and force all payload content to be in JSON format
4 years ago
Marcos Pereira
354cd76cee
Release: 0.24.0
4 years ago
Marcos Pereira
00f3a8a3f9
Merge pull request #154 from pjrm/add_authentication_config
Add Keycloak authenticator config management
4 years ago