bonkx / django-keycloak-auth

Django Keycloak Auth with OpenID Connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Django Keycloak Auth with OpenID Connect


Languages

Language:Python 54.7%Language:HTML 41.3%Language:Makefile 2.8%Language:Dockerfile 1.2%