I have to design an intranet app. We control users access by using Windows Active Directory. The user can post some data then the app must persist user post data and Windows AD username in the database.
Is there a way to get AD username (client not server) from Django?
Thanks for considering my question.