Replies: 2 comments
-
something like this |
Beta Was this translation helpful? Give feedback.
-
Hey @verhulstm, just a quick update: I’m putting together some docs showing how to integrate Keycloak clients with external user apps. They should be ready by next Monday, and I’ll share the PR link here once it’s up. In the meantime, if your goal is to put Keycloak login in front of your app, this Stack Overflow post might help: https://stackoverflow.com/questions/77641394/writing-a-simple-flask-page-using-keycloak-oidc Regarding Flask-Security: I’ve mostly been using FastAPI, so I’m not deeply familiar with it, but from a quick look, it seems like Flask-Security provides its own authentication layer and user DB, which could conflict with Keycloak since both handle authentication. It might still be possible to use them together, but the specifics would likely depend on how Flask-Security is designed. I’d recommend checking the project’s documentation or opening an issue there to confirm the best approach. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i want to deploy a custom app to digital ocean that is based in python flask and uses https://flask-security-too.readthedocs.io/en/stable/
I want my users who login to that flask app to be able to use the same password and username for nebari.
How best do i do this?
Beta Was this translation helpful? Give feedback.
All reactions