NABIL SFT
NABIL SFT

Reputation: 55

Single Sign-on architecture with Django and Azure

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

Answers (1)

dacx
dacx

Reputation: 844

Microsoft has an official guide for that: Enable user sign-in to your Django web app using Azure AD

Upvotes: 1

Related Questions