pnp / vscode-viva

With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
38 stars 16 forks source link

💡 [Feature]: Granting project API permissions #8

Closed Adam-it closed 1 year ago

Adam-it commented 1 year ago

💡 Idea

since to CLI for Microsoft 365 we added a cool new command spfx project permissions grant which allows you to grant API permissions defined in the current SPFx project I was thinking it could be a nice addition to this extension. in the Actions section image

We could add a new action grant solution API permissions which when clicked would execute this new CLI for M365 command which just checks what is defined the webApiPermissionRequests section in package-solution.json file and grants those permissions. This is really cool as thanks to that we may continue developing/testing on workbench without the need to deploy the package to the tenant to be able to grant and confirm those permissions.

Adam-it commented 1 year ago

BTW it this idea gets some attention I would like to work on it 👍 thanks 😉