fastapi-keycloak
fastapi-keycloak copied to clipboard
Keycloak integration for Python FastAPI
Wen i try to search for a user that doesn't exist, an error occurs: ```json { "detail": "list index out of range" } ``` Occurs in the line below, as...
The library is missing the token introspection as defined in the standard: https://datatracker.ietf.org/doc/html/rfc7662 A consequence of this is that even if a user has been disabled on the keycloak side,...
Hi, Cheers to the commendable work that you have done. Can you shed some light on the "user logout" as well, I do not see a method for that. Though...
> What had been missed was corrected. It remains to solve the problem with the types when working with requests. @GitBib What kind of problem are you referring to? Do...
Hi, I just made a PR to overcome the issue described in #46 This is a work in progress
Hello, pip fails to install `fastapi_keycloak` on the following docker images: - python3.8 - python3.8-slim - python3.9-slim - python3.10-slim I have no clue why it fails (tested with pip==22.3, 22.1.2,...
Hello all, Are there any plans on updating this library to use the latest version of Keycloak and also update the docs? I think this library is based on Keycloak...
The link still references the old json file from before #38 was merged Reference: https://stackoverflow.com/questions/71787580/keycloak-api-does-not-contain-resource-access/73778730#73778730
keycloak version :: 19.0.0 requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /realms/RealmOne/.well-known/openid-configuration (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ( server_url="http://localhost:8080", client_id="myApp", client_secret="Y49wuMTCnLbX2bufuasJ73RSR9ivLWLu",...
I created fastapi-keycloak organization where I forked this project. My main idea is to archive the current one and perform a seamless takeover from the new place. This updates the...