Search code examples
angular7azure-ad-graph-api

Online meeting using Microsoft Graph API


I am working on an Angular 7 application that uses GraphAPI. I am trying to create an online meeting from this application.

Each time I send a POST request I get 'Forbidden' as response. I have used apis's with Delegated permission before and it works.

Since online meeting requires 'Application Permission' I am not sure where to specify it. Could anyone help me with this?


Solution

  • You specify the permissions in App Registration > your app > settings.

    enter image description here