I'm just now learning Django REST Framework. However, I've been put on a project in charge of the DRF API. The project has a React frontend connected to a DRF API backend. I've made basic JWT Auth on the DRF API side before. However, we've been tasked with using Azure Directory for authentication. My question is how would this be setup? Would the Azure Directory auth be implemented on the frontend? What should be passed back and forth from the DRF API?
I'm just a little confused reading the documentation and what needs to be stored for login and sessions on the API vs the frontend. Any information would be helpful, whether it would be specifics or the general apparatus.