Peter-Slump / django-keycloak

Django app to add Keycloak support to your project.
MIT License
128 stars 121 forks source link

Configuration without Admin Panel #43

Open AdrianWa opened 4 years ago

AdrianWa commented 4 years ago

First of all, thanks for the package!

I'm currently trying to include django-keycloak into my project. Because the deployment process is completely automatical, i was wondering if it is possible to configure the Realm and Client from a configuration file or settings.py instead of using the Django Admin Site?

bpogodzinski commented 4 years ago

Also would like to know if this is possible, and if not this feature would be a godsend.