django-saml2-auth
django-saml2-auth copied to clipboard
Do not force me to use the Django admin
No production system that matters exposes the Django Admin. Thanks.
We had the same requirement. We smartly using Nginx and Azure LB in front of our docker Django containers.
We have blocked Django Admin from the Nginx over https. Hope this helps!