Grant-CsApplicationAccessPolicy with az PowerShell command
Anonymous
I am trying to give my app an access policy as a user.
The next commands work for me:
New-CsApplicationAccessPolicy -Identity myAPP-Link -AppIds "[my app id]" -Description "[description]"
Grant-CsApplicationAccessPolicy -PolicyName myAPP-Link -Identity "[my user id]"
I am trying to use the az command instead. Af far as I have seen, it should be something like:
az ad app permission grant --id
Microsoft Security | Microsoft Entra | Microsoft Entra ID
25,161 questions
Sign in to answer