External Authentication for Django Projects
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore external authentication methods for Django projects in this conference talk from EuroPython 2015. Learn how to integrate enterprise-level user account management and group systems with Django applications using directory services like FreeIPA and Active Directory, or federated protocols such as SAML. Discover techniques for delegating authentication and identity operations to frontend servers, and examine how to extend Django's RemoteUserMiddleware and RemoteUserBackend to work with enterprise identity management systems. Gain insights into using OS-level components like SSSD for web applications and setting up federation. Delve into topics including authentication on single URLs, consuming additional user attributes in Django, group-based authorization, and populating REMOTE_USER_GROUP_+. Perfect for developers looking to implement robust external authentication solutions in Django projects for large organizations or enterprise environments.
Syllabus
Intro
Situation
Problem statement
Simple setup
Authentication in frontend HTTP server
Limits of RemateuserMiddleware
Authentication on single URL
Additional user attributes
Consuming attributes in Django
Group-based authorization
Populating REMOTE_USER_GROUP_+
Conclusion
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube