How to "grant permissions" with Azure Active Directory PowerShell V2

I created a script to create my Azure Active Directory application using Azure Active Directory PowerShell V2 and am trying to use delegated permissions in my single Page Application (SPA) using an implicit stream to invoke an API with specific application roles.

Which PowerShell command do I need to use to replicate the "Permissions" button on the Azure Portal in the "Application Settings" section:

Azure Portal ScreenShot permission button

According to the Docs :

" " (SPA) ADAL.js, , , .

, , ? ? UX, .

+6
1

. . SPA, PowerShell, Azure Portal.

, SPA auth &prompt=consent, &prompt=admin_consent. , , ( ), .

.

+2

Source: https://habr.com/ru/post/1016203/


All Articles