LLMA-dot / Get-Clue

Collection of various links and other useful things that I am currently learning. Maybe helpful to others.
0 stars 0 forks source link

M365 Community @ YouTube: Demystifying permissions and app consent when accessing Microsoft Graph #12

Closed LLMA-dot closed 1 year ago

LLMA-dot commented 1 year ago

Demystifying permissions and app consent when accessing MS Graph

YouTube Link: https://www.youtube.com/watch?v=qRZQCdM9VtQ

Whenever data is accessed by an app or a service - there are two ways how it is accessed

  1. Direct Access (Service Principal - Application Permissions (app roles) )

    • Is the app authorized?
  2. Access on behalf of the user (Delegated Permissions)

    • Is the user authorized to do this?
    • Is the app authorized to do this on behalf of the user?

Requesting permissions for MS Graph

During sign-in an app can request access

Most Graph permissions allow access to lots of data