Advertisement
Advertisement

More Related Content

Similar to Building Serverless Applications with Microsoft Graph - ECS 2018(20)

Advertisement

More from Dragan Panjkov(20)

Advertisement

Building Serverless Applications with Microsoft Graph - ECS 2018

  1. • • •
  2. https://graph.microsoft.com
  3. • • •
  4. • • /v1.0 /beta • /users /groups /sites /drives /devices more… • /users/AAA • /users/AAA/department • /users/AAA/events • /users/AAA/events?$top=5 o $select $orderby o $filter $expand o $top $skip $skiptoken /{version} ?{query-parameters}/{resource}/{id}/{property}
  5. Users can consent for their data or admin can consent for all users Only admin can consent App permissions User permissions App permissions Permission type: applicationPermission type: delegated https://developer.microsoft.com/en-us/graph/docs/concepts/permissions_reference Get access on behalf of users Get access as a service Effective permissionEffective permission
  6. • • • • •
  7. • • • • • https://<functionUrl>.azurewebsites.net/.auth/login/aad?prompt=consent • • • “oauth2AllowImplicitFlow”: true
  8. • • • • • • • • • •
  9. • • •
Advertisement