Create a Custom PowerApp Connector to Graph API
Published Jun 10 2022 10:30 AM 2,837 Views
Microsoft

The video below will guide you through the process of creating a PowerApp Custom Connector to the Microsoft Booking API via Microsoft Graph API. 

 

I follow a 3-step process by first setting up a new Azure App Registration to handle the authentication and authorization to use Graph API.  Next, we setup a new Postman collection that will contain the authorization and any queries or request that you want in your connector.  And lastly, we export the Postman collection and that is then used to import into a new Custom Connector in PowerApps.  


 

The following settings are referenced throughout the video.

 

Callback URI:
https://www.postman.com/oauth2/callback
https://global.consent.azure-apim.net/redirect

Auth URL: 
https://login.microsoftonline.com/[TENENTID]/oauth2/v2.0/authorize

Access Token URL:
https://login.microsoftonline.com/[TENENTID]/oauth2/v2.0/token

 

 

Co-Authors
Version history
Last update:
‎Jun 10 2022 10:30 AM
Updated by: