How to implement Azure AD authentication for a web app developed in Django which is running in a Infrastructure as a service (IaaS)?

203 views Asked by At

There is a web application developed in Django which is running in IAAS server. How can we implement Azure AD in that web application? i.e when some clicks the web app link it should authenticate using Azure AD of a company.

1

There are 1 answers

0
AlfredoRevilla-MSFT On

Take a look to the django-microsoft-auth and django-azure-ad-auth projects and documentation. Alternatively, to the Azure Identity client library for Python.