You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jacky Lam 11f006350a
fix: Use typing.Optional over typing.Union
2 years ago
..
authorization fix: Fixes `Authorization.load_config` breaking if a scope based permission is linked with anything other than a role based policy. Fixes #445 (#446) 2 years ago
__init__.py fix: Refactor auto refresh (#415) 2 years ago
_version.py fix: use version from the package 2 years ago
connection.py fix: Check if _s exists in ConnectionManager before deleting it (#429) 2 years ago
exceptions.py docs: more docstring linting 3 years ago
keycloak_admin.py fix: Use typing.Optional over typing.Union 2 years ago
keycloak_openid.py refactor: Exchange token method 2 years ago
keycloak_uma.py feat: Add UMA policy management and permission tickets (#426) 2 years ago
openid_connection.py fix: do not swap realm for user_realm when logging in with a client service account (#447) 2 years ago
uma_permissions.py feat: add Keycloak UMA client (#403) 2 years ago
urls_patterns.py feat: Implement missing admin method create_client_authz_scope_based_permission() and create_client_authz_policy() (#460) 2 years ago