fastapi-keycloak icon indicating copy to clipboard operation
fastapi-keycloak copied to clipboard

Keycloak integration for Python FastAPI

Results 33 fastapi-keycloak issues
Sort by recently updated
recently updated
newest added

Hello there, thank you for this library that looks great. I haven't found the possibility to create clients programmatically directly from the library, is it something planned? If not, I...

At the moment we have not the ability to specify the presence of one of several roles. If I need check current user for role1 OR role2, I should use...

In the [Quickstart](https://fastapi-keycloak.code-specialist.com/quick_start/#3-the-fastapi-app) code example we can see that for the admin endpoint, the user needs to have the "admin" role assigned in order to proceed. This is a great...

enhancement
pull requests welcome

The main reason behind this is so that people can just go into the quickstart example dir and do a docker-compose up -d. Then everything should just work. I hit...

Does this integration support the KeyCloak 2FA authentication, such as OTP with Authentication Apps?

I really appreciate that you created this package. it is something I was looking for too much time ago. I have been using it and I face the following problem...

documentation
pull requests welcome

https://github.com/code-specialist/fastapi-keycloak/blob/754472d61904ddcba65f76adbaabcd983c3ffd78/fastapi_keycloak/api.py#L290

First, thanks for this great project. I have a question: In [docs ](https://fastapi-keycloak.code-specialist.com/keycloak_configuration/) you metion: ### Modify the admin-cli client Settings: Service Accounts Enabled Scope: Full Scope Allowed Service Account...

Right now we are only allowing `OAuth2PasswordBearer`. Maybe we want to be a little bit more flexible there and use the base class of `OAuth2PasswordBearer` (which is OAuth2 I think...)...

enhancement
pull requests welcome

> As for your question regarding Keycloak v17, there are no known issues with v17 yet. We didn't fully test it yet though. _Originally posted by @yannicschroeer in https://github.com/code-specialist/fastapi-keycloak/issues/39#issuecomment-1098871782_

keycloak compatbility
pull requests welcome