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

Upload Example file for fastapi scopes declaration with keycloak support #41

Closed Udayaprasad closed 2 years ago

Udayaprasad commented 2 years ago

@yannicschroeer ,

Any timeline for uploading the FastAPI scopes check example using this library?

Also, I would like to know, if there is an example to configure SSO for multiple microservices and MFA

Thanks, Uday

yannicschroeer commented 2 years ago

Hello @Udayaprasad,

Regarding the scopes, we have another library fastapi-auth-middleware that supports scopes usage in FastAPI and works fine with this package.

Currently, we do not have any examples/functionality regarding SSO or MFA and do not have the capacity to drive the development of the library on that topic on our own. Pull requests are welcome here :)

Udayaprasad commented 2 years ago

I have gone through that another library, but I haven't found an example with keycloak and FastAPI scopes. This example is important for us to proceed with Authentication and Authorization integration with keycloak. @yannicschroeer

yannicschroeer commented 2 years ago

We offer this library for others to use and expand and are accommodating support for it. Unfortunately we cannot offer consultation on unrelated matters. If you have specific questions to our library, feel free to reopen this issue.