DRF auth via Azure AD

Which Python package do you recommend for implementing authentication via Azure AD in a Django Rest Framework (DRF) project?

So far, I have tried two packages, but both had issues:

django-azure-auth: This package didn't display the login endpoints, making authentication impossible.

django_auth_adfs: I had issues with configuration. I kept getting errors regarding the CLAIM_MAPPING and USERNAME_CLAIM properties.

Вернуться на верх