We're trying to achieve some admin activities through power automate, need to send http calls to Azure AD through ms graph beta api but always getting the above error. Any suggestions on the access token issues and how to fix them?

Micky 1 Reputation point
2022-04-06T15:14:30.55+00:00

We're trying to achieve some admin activities through power automate, need to send http calls to Azure AD through ms graph beta api but always getting the above error. Any suggestions on the access token issues and how to fix them?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,389 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 2022-04-11T05:14:55.98+00:00

    There are two possible reasons as per the error message, either the AD app is not present in the tenant or the AD tenant itself is not correct.

    In either of the case you just need to check in AAD-->App registration-->Search with ClientID (which you used above)

    If not found then you either AAD is incorrect or you have not created AD app in this AAD.

    Also check for application permissions which you have provided, refer this DOC

    Hope this Helps.

    0 comments No comments