Commit Graph

  • 1f574ab5d8
    fix(release): version bumps for hotfix release v0.27.1 Richard Nemeth 2022-05-18 20:43:33 +0200
  • f183750a27
    Merge pull request #303 from asyd/issue/288 Richard Nemeth 2022-05-18 20:25:49 +0200
  • c53199bb22
    Merge pull request #287 from maxnoto/patch-2 Richard Nemeth 2022-05-18 20:20:36 +0200
  • ce0c30e697
    Merge pull request #275 from SalemWafi/hotfix/token-expire-issue Richard Nemeth 2022-05-18 20:12:23 +0200
  • 4a8586f6de
    Merge pull request #267 from coelias/master Richard Nemeth 2022-05-18 20:10:32 +0200
  • 7122490a4f
    style: added lint checks #307 Richard Nemeth 2022-05-13 10:05:49 +0200
  • 5297485926
    fix: flake8, black and immediate issues resolved Richard Nemeth 2022-05-13 08:56:01 +0200
  • 7ee3cc2882 bug fix on the get groups url #304 harmannkibue 2022-05-03 20:46:22 +0300
  • 25b9097fd1 Add 202 expected return code when update flow #288 #303 Bruno Bonfils 2022-05-03 16:26:43 +0200
  • 64d74be6af Add support of TOTP to KeycloakAdmin #302 Bruno Bonfils 2022-05-03 10:55:38 +0200
  • 45e7ee6043
    Require minimum urllib 1.26.0. #301 Wim De Clercq 2022-05-02 13:19:52 +0200
  • babeb5ec0d
    fix wrong and missing urls #300 Leonard Marschke 2022-05-01 17:33:54 +0200
  • 31e7449aa9 formatting #297 Merle Nerger 2022-04-20 14:37:49 +0200
  • 6ffbfcae97 UMA: updated readme Merle Nerger 2022-04-13 16:59:42 +0200
  • 853ceec7a9 UMA: added unittests for class UMA_Permission Merle Nerger 2022-04-13 17:24:16 +0200
  • a190a8753c UMA: convenient resource and scope assembly Merle Nerger 2022-04-13 16:59:01 +0200
  • 244a5f3d6e UMA: added UMA-permission request functionality Merle Nerger 2022-04-12 11:38:16 +0200
  • c00b8f57d7 docs: update all links to latest keycloak doc #294 Florian Best 2022-04-12 21:37:09 +0200
  • c7a05c50c0 style: fix flake8 styling issues #293 Florian Best 2022-04-12 18:48:33 +0200
  • bceb4e1b3f bug fix for AttributeError: 'KeycloakAdminService' object has no attribute 'URL_ADMIN_CLIENT_SESSION_STATS' #290 wilsonhwtang 2022-03-31 17:06:44 +0800
  • 17b507427f
    Bugfix get_group_members #287 maxnoto 2022-03-25 17:46:16 +0100
  • 4e680cfbb7 fix to use the correct URL to get groups #286 Zia Ud Din 2022-03-24 15:21:51 +0000
  • b0e5be5be1
    Update keycloak_admin.py #282 maxnoto 2022-03-17 12:52:07 +0100
  • 9f54d38915 Fixes client credentials grant for KeycloakAdmin #281 Dusan 2022-03-16 21:41:31 -0400
  • 6e2b36341b
    identity_token for identity providers #280 Althaf 2022-03-14 11:32:28 +0530
  • abeda1dfce
    updated README Salem Wafi 2022-03-05 11:26:15 -0600
  • dcf7210e3c
    added an optional search criteria to the get_realm_roles function Salem Wafi 2022-03-05 11:22:11 -0600
  • 2106fa8577
    added get_client_authz_settings to README.md keycloak_admin. Also, get_roles() function doesn't exist, instead there is keycloak_admin.get_realm_roles() which already documented. #276 Salem Wafi 2022-03-05 10:54:46 -0600
  • b57d884718
    Fix the issue of the token getting expire for some functions in the keycloak admin #275 Salem Wafi 2022-03-05 10:40:14 -0600
  • ee31b04e29
    Merge branch 'hotfix/token-expiration-issue' of https://github.com/SalemWafi/python-keycloak into hotfix/token-expiration-issue #274 Salem Wafi 2022-03-04 22:19:28 -0600
  • 857f151375
    Fix the issue of the token getting expire for some functions in the keycloak admin Salem Wafi 2022-03-04 22:15:33 -0600
  • f3fae85922 Fix the issue of the token getting expire for some functions in the keycloak admin. Salem Wafi 2022-03-04 21:06:41 -0600
  • 93611422ad keycloak_admin.get_roles() function doesn't exist, instead there is keycloak_admin.get_realm_roles() which already documented. #272 Salem Wafi 2022-03-04 19:22:09 -0600
  • ecd3b62d1b added get_client_authz_settings to README.md Salem Wafi 2022-02-28 16:55:05 -0600
  • c628fe1caf
    Fix wrong json payload in README.md #271 Bruno Parmentier 2022-02-28 10:50:51 +0100
  • 7cef48f725 Fix get_groups() so that it returns groups and not users #267 carlos 2022-02-16 18:02:17 +0000
  • 859ea99948
    Merge pull request #266 from marcospereirampj/develop Marcos Pereira 2022-02-16 11:06:18 -0300
  • 47021057a7 New release. v0.27.0 #266 Marcos Pereira Jr 2022-02-16 10:54:13 -0300
  • d208fb60b1 Fixed conflict. Marcos Pereira Jr 2022-02-16 10:47:30 -0300
  • 57d1797a40
    Merge pull request #264 from GaLaXy102/master Marcos Pereira 2022-02-16 10:34:53 -0300
  • 35d7611851 Merge branch 'SalemWafi-feature/issue#262' Marcos Pereira Jr 2022-02-16 10:33:10 -0300
  • 2128704740 Fixed conflict. Marcos Pereira Jr 2022-02-16 10:33:02 -0300
  • c07b70734f Merge branch 'SalemWafi-hotfix/#260' Marcos Pereira Jr 2022-02-16 10:17:56 -0300
  • 10c23adfb7 Fixed conflict. Marcos Pereira Jr 2022-02-16 10:17:27 -0300
  • 755fe5cc35 Merge branch 'SalemWafi-hotfix/#260' Marcos Pereira Jr 2022-02-16 10:14:55 -0300
  • fc16926b94 Merge branch 'hotfix/#260' of ssh://github.com/SalemWafi/python-keycloak into SalemWafi-hotfix/#260 Marcos Pereira Jr 2022-02-16 10:14:36 -0300
  • 28f67a0d1c
    Merge pull request #258 from modularTaco/add-client-session-stats Marcos Pereira 2022-02-16 10:12:14 -0300
  • 575dba520e
    Merge branch 'master' into add-client-session-stats #258 Marcos Pereira 2022-02-16 10:12:02 -0300
  • a22c9b1d81
    Merge pull request #251 from matthewdeanmartin/master Marcos Pereira 2022-02-16 10:10:53 -0300
  • d1052179aa
    Merge pull request #248 from ggallard/authentication-flows Marcos Pereira 2022-02-16 10:10:16 -0300
  • 3851dc0d56
    Merge branch 'master' into authentication-flows #248 Marcos Pereira 2022-02-16 10:09:45 -0300
  • 432a025a7f
    Merge pull request #247 from ggallard/default-client-scopes Marcos Pereira 2022-02-16 10:07:47 -0300
  • a3fd2d5189
    Merge branch 'master' into default-client-scopes #247 Marcos Pereira 2022-02-16 10:07:39 -0300
  • 26cb5679ea
    Merge pull request #245 from ziyunxiao/master Marcos Pereira 2022-02-16 10:05:57 -0300
  • d53a0ccada
    Merge branch 'master' into master #245 Marcos Pereira 2022-02-16 10:05:14 -0300
  • 34dfa82e5f
    Merge pull request #244 from cowofevil/keycloak_admin_with_auth_headers Marcos Pereira 2022-02-16 10:00:31 -0300
  • 39e06fd1ed
    Merge pull request #243 from lcgkm/master Marcos Pereira 2022-02-16 09:58:24 -0300
  • 4f7f3a79b1
    Merge pull request #241 from arska/master Marcos Pereira 2022-02-16 09:57:41 -0300
  • 56a31401f4
    Merge pull request #239 from leandrodesouzadev/feature/proxy Marcos Pereira 2022-02-16 09:57:01 -0300
  • d826ea5119
    Merge pull request #237 from tobiashenkel/delete-user-social-login Marcos Pereira 2022-02-16 09:54:23 -0300
  • 4ec319bfa8
    Merge pull request #232 from as3445/client-protocol-mapper Marcos Pereira 2022-02-16 09:53:53 -0300
  • bf0b3ea4df
    Merge pull request #229 from delphai/fix-session-not-active Marcos Pereira 2022-02-16 09:51:47 -0300
  • 38dace0bf7
    Merge pull request #236 from abbradar/no-force-realm Marcos Pereira 2022-02-16 09:48:50 -0300
  • e4f45a1522
    Merge pull request #224 from mdminhazulhaque/feature/user-credentials Marcos Pereira 2022-02-16 09:03:23 -0300
  • a9b849b7d8
    Merge pull request #201 from schaarj/delete_realm_roles Marcos Pereira 2022-02-14 12:10:26 -0300
  • fe4f46b378
    Merge pull request #265 from marcospereirampj/develop Marcos Pereira 2022-02-14 12:09:26 -0300
  • 28c82d1051 Removed unsed import. #265 Marcos Pereira Jr 2022-02-14 12:08:02 -0300
  • 4ba3007e41 Reverted connection deepcopy on KeycloakAdmin Marcos Pereira Jr 2022-02-14 12:04:40 -0300
  • ea47d0052b Fixed merge Marcos Pereira Jr 2022-02-14 11:48:16 -0300
  • 4b7b5cd115
    Merge pull request #151 from ilyaglow/copy-requests-session Marcos Pereira 2022-02-14 11:39:36 -0300
  • 3ae190df90
    Merge pull request #140 from BartoszCki/master Marcos Pereira 2022-02-14 11:36:22 -0300
  • 738e9ecc70 Add methods to get available and composite realm roles of a user #264 Konstantin Köhring 2022-02-11 16:26:22 +0100
  • 6e8af8ff49 Updated README #263 Salem Wafi 2022-02-06 09:29:50 -0600
  • a29f282c69 #262 Added three functions to get all the client's authorization scopes, permissions, policies using Keycloak Admin Salem Wafi 2022-02-05 12:06:55 -0600
  • e13dd54c2b
    bug fix for Issue #260 #261 Salem Wafi 2022-02-05 01:50:12 -0600
  • 9abbf559ac add client session stats modularTaco 2022-01-10 12:09:17 +0100
  • 58c4426a45 pure, not universal. #251 Matthew Martin 2021-12-04 21:54:15 -0500
  • 2dcf68fcef always publish wheels Matthew Martin 2021-12-04 21:30:45 -0500
  • 9777a85fa0 fixed typo in URL pattern ggallard 2021-11-23 13:25:12 -0300
  • 95c4a7ee2d added delete_authentication_flow(flow_id) ggallard 2021-11-23 13:22:46 -0300
  • 76b6798429 added get/delete authentication_flow_execution(execution_id) ggallard 2021-11-23 13:21:15 -0300
  • c538d8fb32 added get/add/delete default (default/optional) client scopes ggallard 2021-11-20 16:24:57 -0300
  • a6ad87d62c fix invalid credential error and refresh_code not exist error robsonyeg 2021-11-17 14:51:37 -0700
  • 7ee625d063 Enable Keycloak Admin for Non-master Realms #244 Ryan Gard 2021-11-15 09:28:03 -0800
  • 80bb7a56b5 Fix invalid permission type #243 lcgkm 2021-11-07 11:53:27 +0800
  • 10c212cce5 Refine comments lcgkm 2021-11-07 11:40:18 +0800
  • 656de1c466 Add more comments lcgkm 2021-11-07 11:27:33 +0800
  • 3b93754d27 Add new AuthZ API support lcgkm 2021-11-07 10:59:28 +0800
  • fd0577c730
    add_group needs a dict of GroupRepresentation #241 Aarno Aukia 2021-10-21 21:11:39 +0300
  • fc079d8fb7 Using session.proxies.update method instead of seting it as an dict #239 Leandro de Souza 2021-10-13 11:28:53 -0300
  • 9e7d0d2ec5 Added optional proxies for requests calls Leandro de Souza 2021-10-13 11:13:31 -0300
  • a37bf45c77
    Add delete_user_social_login #237 Tobias Henkel 2021-10-08 19:01:29 +0200
  • d0894d4352
    Don't force realm name when using secret key #236 Nikolay Amiantov 2021-10-01 12:58:54 +0300
  • 69d60d430a Add remove and update methods for client protocol mappers #232 Ankur Saxena 2021-09-16 11:20:51 -0400
  • 5b202e71cb fix: handle refresh_token error "Session not active" #229 Nicklas Sedlock 2021-09-03 13:10:12 +0200
  • 12d57ecebf
    Revert "Fix KeycloakAdmin using wrong realm when authenticating with a service account" #226 Jacky Boen 2021-09-01 18:04:02 +0800
  • 50354e6108 Add feature to list and delete user credentials #224 Md Minhazul Haque 2021-08-31 05:25:40 +0600
  • dd130a0365 Release 0.26.1 v0.26.1 Marcos Pereira Jr 2021-08-30 10:15:58 -0300
  • 6acadaca5b Release 0.26.0 Marcos Pereira Jr 2021-08-30 10:12:40 -0300
  • e318e785da
    Merge pull request #199 from pehala/fix_realm_roles Marcos Pereira 2021-08-30 10:05:48 -0300