Is there a way to get Authorization Bearer token from custom connector. My requirement is to create a custom connector for an App Registration in Azure Active Directory(for example App1) and i need to get on behalf of flow token(for another App Registration App2 in same tenant) in next step of MS Flow. It seems the authorization token on the custom connector is hidden. Is there any way to see it?
Thanks,
Dilip
Hi @abm,
I am having all details (OAuth2 token url of the tenant, Client Id, Client Secret, Grant Type, Resource) and I have created a custom connector and I able to call Graph API successfully. I am using this custom connector in flow and everything works perfectly.
What is need now is the Authorization Bearer token of custom connector used to call graph api. This is for creating an on behalf of flow token in next step of MS Flow.
Thanks,
Dilip
Hi @DilipP
In order to access the token you need the following:
OAuth2 token url of the tenant
Client Id
Client Secret
Grant Type
Resource
If you using a third party connector not sure you going to get these details or not.
Thanks
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional