[Django]-SAML SSO Authentication with Django REST Framework

5👍

So after more research and trials, I’ve gone with django_saml2_auth instead. It’s pretty much plug and play, but I had to remove Token authentication and use Basic and Session authentication.

Leave a comment