snok / django-auth-adfs

A Django authentication backend for Microsoft ADFS and AzureAD
http://django-auth-adfs.readthedocs.io/
BSD 2-Clause "Simplified" License
272 stars 99 forks source link

Does Django Admin work? #257

Closed Wissperwind closed 1 year ago

Wissperwind commented 1 year ago

Hi,

Sorry for opening an issue for the question. But I haven't found the information elswhere. Is it possible to use this plugin for user authentication for the Django Admin Sites? I think in that case user objects has to be created for each user in the database. Logging stuff... Will this plugin do this?

JonasKs commented 1 year ago

Yes, this works with the Django admin dashboard for login.

User administration (such as managing the user tables etc) does not.

Wissperwind commented 1 year ago

Tanks for the answer