forked from marcospereirampj/python-keycloak
-
Notifications
You must be signed in to change notification settings - Fork 0
update from source #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
danielnickels
wants to merge
726
commits into
danielnickels:master
Choose a base branch
from
marcospereirampj:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: tests and upgraded deps * test: use absolute path
Keycloak provides an API endpoint to directly load a group by its path. This commit changes get_group_by_path to not filter the groups locally and instead uses the API endpoint.
Co-authored-by: Sebastian Neuser <pzkz@infra.run>
Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](executablebooks/markdown-it-py@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…so, get_roles() function doesn't exist, instead there is keycloak_admin.get_realm_roles() which already documented. (#276)
This extends the test matrix to use multiple Keycloak versions.
* refactor: Factor our OpenIdConnectionManager class and deprecate old methods * refactor: Refactor keycloak uma client to use openid connection manager * fix: Perform token renewal at 90% of lifetime * refactor: Add optional openid connection constructor param to keycloak admin * refactor: Remove auto_refresh_token in favour of automatic refresh on expiry * refactor: move KeycloakOpenIDConnectionManager to a separate file * docs: uma additions and fixes * refactor: rename token_renewal_fraction->token_lifetime_fraction * refactor: shorten KeycloakOpenIDConnectionManager->KeycloakOpenIDConnection * docs: incorporate review comments
* feat: Add policy delete method * feat: Added initial access token support
* fix: deprecation warnings in keycloak_admin.py * fix: Set auto_refresh_token only when needed
* test: fixed tests for new keycloak * test: make tests compatible with previous keycloak versions
…ncy (#434) * fix(pyproject.toml): loose requests pgk and remove urllib3 as dependency * build: update poetry.lock * revert: everything * revert: revert-ception
* feat: add tests and logic for deleting client authz resource * feat: add tests and logic for getting client authz resource * fix: update return type of get_client_authz_resource from bytes to dict * fix: update return type of get_client_authz_resources admin method
…nc and improved testing (#644)
* fix: realm conflict * test: latest version fix * chore: update dependencies * ci: use modern action * test: generalize for older versions * test: more cases
* test: fix tests * fix: implement hash
…l_roles_of_user (#662)
* chore: ci fixes * chore: backports
* feat: add pool_maxsize parameter to connection managers Introduces the `pool_maxsize` parameter to `KeycloakOpenID` and `KeycloakAdmin` classes, allowing control over the underlying connection pool size in the `ConnectionManager`. Adds corresponding tests to verify the parameter is correctly passed and stored for both synchronous and asynchronous clients. * feat: apply pool maxsize for async as well --------- Co-authored-by: Richard Nemeth <ryshoooo@gmail.com>
* feat: implement authz import request * chore: linting * chore: fixing docs --------- Co-authored-by: Richard Nemeth <ryshoooo@gmail.com>
* feat: support PKCE in authorization flow (RFC 7636) * test: add tests for PKCE flow * docs: document PKCE usage in OpenID client * chore: address linting and formatting issues * test: full e2e pkce test * test: skip pkce for 22 and below --------- Co-authored-by: Richard Nemeth <ryshoooo@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.