Issues adding API permission for Azure AD Application- ie Azure Api Connection

AVINASH 26 Reputation points
2024-09-02T16:57:20.82+00:00

For adding Azure api permission to app registration iam unable to find this api as it is prerequisites for power apps wrap. please provide your help on this. Thank you.User's image

Microsoft Security Microsoft Entra Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Navya 19,795 Reputation points Microsoft External Staff Moderator
    2024-09-05T07:33:08.92+00:00

    Hi @AVINASH

    Thank you for posting this in Microsoft Q&A.

    I understand that you are trying to search Azure API Connections under APIs my organization uses but it is not displayed there.

    As mentioned in this document Configure the API permissions for your app manually

    If you don't find the permissions under APIs my organization uses, run the following PowerShell commands as appropriate, and try again:

    Install-Module -Name Microsoft.Graph
    Connect-MgGraph -TenantId <your tenant ID>
    New-MgServicePrincipal -AppId fe053c5f-3692-4f14-aef2-ee34fc081cae -DisplayName "Azure API Connections"
     
    

    Hope this helps. Do let us know if you any further queries.

    Thanks,

    Navya.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.