In order to simplify the use of Keycloak in Django, it should be plugged into the Django authentication layer.
To do so, we could inspire from or directly use one of these existing Django applications:
- [[ https://github.com/Peter-Slump/django-keycloak | `django-keycloak` ]]
- [[ https://github.com/jhuapl-boss/django-oidc.git | `django-oidc` ]],
[[ https://github.com/jhuapl-boss/drf-oidc-auth.git | `drf-oidc-auth` ]],
[[ https://github.com/jhuapl-boss/boss-oidc.git | `boss-oidc` ]]
- [[ https://github.com/mozilla/mozilla-django-oidc | `mozilla-django-oidc` ]]