OAuth apps permissions

Copper Contributor

Hello, is there a list of all possible permissions that can be detected in OAuth applications?

I can't find it in documentation and I think it would be very interesting to analyze the applications.

 

Thank you and regards.

1 Reply
Azure AD enables the registration of custom applications and custom permissions, so it is not feasible to detect all. However, you may have intended to mean all possible permissions in Microsoft 365 which is the list of resource types and permissions of Graph API, as documented at the link below. Browse through the reference, especially for the 'Mail' and 'Files' resource types.

https://docs.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0

https://docs.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0