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 best solutions below

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.