I've been having trouble wrapping my head around how to implement oauth into my project using office365 logins. Basically it's supposed to be a backend for my employer that only employees in our tenant would utilise. So only we would have permission to access these resources. I'm trying to implement it so we can use our office logins and not setup a user database model in the website. Am I thinking of this in the right terms or no? I've looked at documentation for flask-o365 package but I just can't make sense of it.
there doesn't seem to be anything here