How to force so users dont need to concent on using the app?
I have done this in powershell
Set-AdminPowerAppApisToBypassConsent -AppName <GUID> (app ID)
I run powershell in admin
i connect to :
Install-Module -Name Microsoft.PowerApps.Administration.PowerShell
Install-Module -Name Microsoft.PowerApps.PowerShell -AllowClobber
and
Add-PowerAppsAccount
then i run the first command with the GUID.
but i get this error:
+ ... $response = Invoke-WebRequest -Uri $Uri -Headers $Headers -Method $Me ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
anyone able to help?