parent
f4239b5a3e
commit
84bdff41fb
|
@ -53,7 +53,9 @@ Version|Date|Comments
|
||||||
|
|
||||||
## Minimal Path to Awesome
|
## Minimal Path to Awesome
|
||||||
- Add an app in Azure AD, or for an exising app add the Sites.Selected Microsoft Graph api permission
|
- Add an app in Azure AD, or for an exising app add the Sites.Selected Microsoft Graph api permission
|
||||||
|
|
||||||
![alt text](./assets/aad-appreg.png "AAD app reg")
|
![alt text](./assets/aad-appreg.png "AAD app reg")
|
||||||
|
|
||||||
- Clone this repository
|
- Clone this repository
|
||||||
- Ensure that you are at the solution folder
|
- Ensure that you are at the solution folder
|
||||||
- in the command-line run:
|
- in the command-line run:
|
||||||
|
@ -61,7 +63,9 @@ Version|Date|Comments
|
||||||
- **gulp package-solution --ship**
|
- **gulp package-solution --ship**
|
||||||
- Add the .sppkg package to your app catalog
|
- Add the .sppkg package to your app catalog
|
||||||
- Approve the api access requests
|
- Approve the api access requests
|
||||||
|
|
||||||
![alt text](./assets/api-access-page.png "API Management")
|
![alt text](./assets/api-access-page.png "API Management")
|
||||||
|
|
||||||
- Install webpart on a site of your choice
|
- Install webpart on a site of your choice
|
||||||
- Add permissions to your app
|
- Add permissions to your app
|
||||||
- Try out the AAD app by sending a request using your favourite method
|
- Try out the AAD app by sending a request using your favourite method
|
||||||
|
|
Loading…
Reference in New Issue