Wrap - API permissions

Anonymous
2023-11-07T06:09:10.8833333+00:00

Creating WRAP in power apps , First step App registration completed and the second step am trying API permission with admin consent , under API Permissions->Add a permission->APIs my organization uses , searching Azure api connection , but we couldnt see any search results related to that , so please help on this matter to resolve soon.

User's image

Community Center | Not monitored
0 comments No comments
{count} votes

Answer accepted by question author
  1. navba-MSFT 27,605 Reputation points Microsoft Employee Moderator
    2023-11-07T06:23:16.12+00:00

    @Anonymous Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    I understand you are facing an issue while trying to set up API permissions for a Microsoft Azure Cloud service called "Wrap" in Power Apps. You have completed the first step of app registration and are now trying to add API permissions with admin consent. However, you are unable to find any search results related to Azure API connection.

    To Troubleshoot issues with the wrap feature in Power Apps follow **this article.
    **
    Please note that since your ask is specific to the PowerApps, I would suggest you to post this issue in the PowerApps community forum. Here is the link to the forum to Get Help with Power Apps

    Hope this helps.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Michal Ziemba 271 Reputation points
    2024-08-22T12:17:18.6566667+00:00

    Hi @Anonymous
    Microsoft documentation has been updated at Configure the API permissions for your app manually (optional)

    and you can use the following code to get it.

    Install-Module -Name Microsoft.Graph
    Connect-MgGraph -TenantId <your tenant ID> -Scopes 'Directory.ReadWrite.All', 'Application.ReadWrite.All'
    New-MgServicePrincipal -AppId fe053c5f-3692-4f14-aef2-ee34fc081cae -DisplayName "Azure API Connections"
    
    0 comments No comments

Your answer

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