/django-keycloak-auth

Django Keycloak Auth with OpenID Connect

Primary LanguagePython

django-keycloak-auth

Django Keycloak Auth with OpenID Connect

Using mozilla-django-oidc

pip install mozilla-django-oidc

Using django-login-required-middleware for all web routes

pip install django-login-required-middleware

Github Runners on main branch

# Install the service with the following command:
$ sudo ./svc.sh install

# Start the service with the following command:
$ sudo ./svc.sh start

# Check the status of the service with the following command:
$ sudo ./svc.sh status

# Stop the service with the following command:
$ sudo ./svc.sh stop

# Uninstall the service with the following command:
$ sudo ./svc.sh uninstall