Skip to main content

Notifications

Power Automate - Using Connectors
Unanswered

Custom Connector - Get Access Token for Microsoft Graph

(2) ShareShare
ReportReport
Posted on by 5

Hi!

I'm trying to create a Custom Connector that gets an Access token from Microsoft Graph. My goal is to create a reusable Connector that could be used in multiple Flows that uses Microsoft Graph API to do various tasks, eg. Create a Planner plan.

 

My issue is that the token endpoint (https://login.microsoftonline.com/{tenantId}/oauth2/token) has Content-Type: x-www-form-urlencoded and the body of the POST request should look something like this:

grant_type=password&resource=https://graph.microsoft.com&client_id={myClientId}&client_secret={myClientSecret}&username={myUsername}&password={myPassword}

 

Obviously this is not valid JSON, which the Action->Request body requires.

How would I go about getting this request to work with urlencoded body and getting the parameters dynamic?

Thanks in advance!

  • cscsmit Profile Picture
    cscsmit 3 on at
    Re: Custom Connector - Get Access Token for Microsoft Graph

    When you import from sample put all your necessary parameters in the query string of the url and the content type so you obtain a definition like this then set your fixed value where you need them updating the parameters

    cscsmit_0-1680561481244.png

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,495

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,822

Leaderboard

Featured topics