Skip to content
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

Add support for keycloak > v17 #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dabocs
Copy link

@dabocs dabocs commented Oct 6, 2022

Added support for Keycloak > v17.0 (tested till Keycloak v19.0), by removing auth from the APIs URIs as it no longer exists in Keycloak APIs >= v17
We still can use this version with old Keycloak versions if we add /auth at the end of the baseUri.
E.g: 'baseUri' => 'http://keycloak-domain.com/auth',

@dabocs
Copy link
Author

dabocs commented Oct 6, 2022

@Peter-Slump
Tested on keycloak v18 & v19 & Django 4.1.1

@rad-pat
Copy link

rad-pat commented Jan 11, 2023

@Peter-Slump, is it possible to review, merge and make a release with this in? Thanks

@dabocs
Copy link
Author

dabocs commented Jan 12, 2023

@Peter-Slump, is it possible to review, merge and make a release with this in? Thanks

@rad-pat You can use the package I created python-keycloak-client-pkg @ repo link
also you can find django-keycloak-package @ repo link

@kenan-altaki
Copy link

@Peter-Slump is this package still supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants