python-keycloak-client icon indicating copy to clipboard operation
python-keycloak-client copied to clipboard

Add support for keycloak > v17

Open dabocs opened this issue 3 years ago • 4 comments

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 avatar Oct 06 '22 09:10 dabocs

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

dabocs avatar Oct 06 '22 09:10 dabocs

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

rad-pat avatar Jan 11 '23 12:01 rad-pat

@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

dabocs avatar Jan 12 '23 04:01 dabocs

@Peter-Slump is this package still supported?

kenan-altaki avatar Jul 04 '23 14:07 kenan-altaki