
Hi Team,
I am trying to integrate Microsoft Flow UI into my Web Application. I am following the below guidelines.
https://docs.microsoft.com/en-us/flow/developer/embed-flow-dev#embed-the-management-of-flows
In Authentication against the SDK step they asked us to give the JWT token (AAD Access token details).
How can I get that? I googled and found that by passing tenant id we can get the access token details.
But for Microsoft flow which tenant id should I pass to oauth to get the access token?
Hi @sivapunnaivanam,
Please check the following doc on Azure Active Directory access tokens for a reference:
https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens
If your application is a resource that clients can request access to, access tokens provide helpful information for use in authentication an authorization.
Best regards,
Mabel