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
Updated Jun 10, 2022
Version 1.0DaveUpton
Microsoft
Joined June 08, 2018
Healthcare and Life Sciences Blog
Follow this blog board to get notified when there's new activity