You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm attempting to grant write permissions to an Azure Ad registered application using Grant-PNPAzureADAppSitePermission. When I call the cmdlet
`Connect-PnPOnline -url $URL -interactive
Grant-PnPAzureADAppSitePermission -AppId $appid -DisplayName $Displayname -Permissions write -Site $URL
Get-PnPAzureADAppSitePermission -Site $URL
`
The output I get is :
Id : aTowaS50fG1zLnNwLmV4dHw3YjU1YWMxOS05NzUwLTQ0MjQtYTAwYi1jZGEwZTA0YjVjYTVAMWJjYWExYjYtMTBhMy00ZmMyLWEwODYtOTJlNjc2MGEzMDIw
Roles : {write}
Apps : xyz
Id : aTowaS50fG1zLnNwLmV4dHw3YjU1YWMxOS05NzUwLTQ0MjQtYTAwYi1jZGEwZTA0YjVjYTVAMWJjYWExYjYtMTBhMy00ZmMyLWEwODYtOTJlNjc2MGEzMDIw
Roles :
Apps : xyz
It looks like the Grant is working, but when I check the roles with get-pnpazure.. the roles are empty.
Hopefully someone here can help me out!
Beta Was this translation helpful? Give feedback.
All reactions