I am hosting a django project on Azure, and I need to utilize Microsoft’s sign in for the project. I am unable to install any third party packages such as django_microsoft_auth, and so it needs to be written from scratch.
I need to be able to:
- Prevent any user who is not signed in at all from accessing any of the views
- have different “groups” with different access levels
I am fairly familiar with the Django user system, and so if there is a way of tapping into that, it would be very convenient, but any method which works is fine by me.
If anyone has any resources they could point me to, or similar questions it would be very helpful. Thanks!
JohnFahey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.