Reputation: 55
I have 3 applications developed with Django Framework and i need to centralize authentification through Single Sign-On (SSO) with Azure AD.
My questions are the following :
(i'll be gratefull if usefull tutorials are attached :p)
Upvotes: 1
Views: 49
Reputation: 844
Microsoft has an official guide for that: Enable user sign-in to your Django web app using Azure AD
Upvotes: 1