Implementing Auth0 in Django admin

Hello,
I am trying to leverage Auth0 in my Django application. I have followed the documentation, but it is not clear to me how to implement this inside of the built-in Django admin interface. I have staff users accessing the admin and I want to ensure that they go through Auth0 to log in for enhanced security (e.g. MFA).

I have found literally no documentation on this nor online tutorials which are helpful. I would really love some guidance here as I’ve been lost for hours trying to understand how to make this work.