Relative Content

Tag Archive for djangokeycloak

Keycloak 25.0.2 – Django – Force Login

I need to add an external auth in my Django + Keycloak application.
Unfortunally there is no native plugin for this auth (is specific for my Country) so I need to manage it with Python and then force a user login using PythonKeycloack (that use api) without knowing the user password.