code-specialist / fastapi-keycloak

Keycloak integration for Python FastAPI
https://fastapi-keycloak.code-specialist.com/
Apache License 2.0
193 stars 50 forks source link

Keycloak 18 incompatibilities #58

Closed DaGuich closed 2 years ago

DaGuich commented 2 years ago

I wanted to use your very interesting package. Unfortunately it is not working for me because it does not find all the API endpoints its requiring.

Some weeks ago I've updated my keycloak deployment from version 17 to 18. Since then the API has changed.

For example https://{host}/auth/realms/{realm}/.well-known/openid-configuration changed to https://{host}/realms/{realm}/.well-known/openid-configuration

This happened also for the admin console. I am not sure why it's changed and why it is not even mentioned in the release notes, as this actually breaking all libraries building on top of keycloak.

If welcome I am happy to help with this issue.

DaGuich commented 2 years ago

Ah sorry, it seems I was using v16 before. This is actually a duplicate to #40