To avoid powerapps permission to allow every connection.
I was trying this powershell command:
Set-AdminPowerAppApisToBypassConsent -AppName 4ecb503a-2405-42b1-affd-3210728429a9
But i am getting below error.
PS C:\Windows\system32> Set-AdminPowerAppApisToBypassConsent -AppName 4ecb503a-2405-42b1-affd-3210728429a9
Invoke-WebRequest : {"error":{"code":"EnvironmentAccess","message":"The user with object id
'd253a596-1501-4d2d-9c54-3a6682ced26f' in tenant '7db30361-ce9f-4244-8d28-60553bffff38' does not have access to
permission 'Set PowerApps Connection Direct Consent Bypass' in environment
Is this permission related issue ?
What permissions do you need to be able to run this command?
Or what kind of powerapp lincence do you need ?
Any help would be appriciated.
Thanks.
Solved! Go to Solution.
This issue not resolved for me. but know you need o365 tenant administrator permission to do this.
If you can access this: https://yourtenant-admin.sharepoint.com
Then you can.
Hi,
Any feedback on this? I know that an Office 365 Global Admin could perform this task however is it possible to do this if a user account is not Global Admin?
I have tested with an account that is not Global Admin but is System Administrator of the PowerApps environment without success. I get the same error message.
Thanks,
Was this ever resolved? Running into similar issue
Not resolved for me. I convinced business for same.
Sorry for late reply. Not resolved for me. I convinced business for same.
This issue not resolved for me. but know you need o365 tenant administrator permission to do this.
If you can access this: https://yourtenant-admin.sharepoint.com
Then you can.
HI,
You can get a list of your environments details using:
Get-PowerAppEnvironment
Then specify the environment in your command:
Set-AdminPowerAppApisToBypassConsent -EnvironmentName <Environment GUID> -AppName <APP GUID>
Regards,
Joe
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
195 | |
69 | |
49 | |
46 | |
19 |
User | Count |
---|---|
249 | |
126 | |
84 | |
75 | |
74 |