Sunday, March 1, 2020

Integrating Django Rest Framework with Microsoft Office 365

I am currently trying to consume the Microsoft Office365 API and Expose it via DRF to my frontend.

I want to be able to:

  1. Give Role/Permissions to authenticated Users based off of Django already existing roles and Permission

  2. Expose the APIs to my Angular frontend for authentication.

How do i save authenticated users to the Database and give them the requisite permission so they authenticate having the given permission the next time they login?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e9d9250a-d065-493b-ba58-6117db13a50c%40googlegroups.com.

No comments:

Post a Comment