This solution provides a security monitoring feature using identity protection graph endpoint and ACE
See Features section for individual listing of features.
Microsoft Graph
- IdentityRiskEvent.Read.All
- IdentityRiskyUser.Read.All
Get your own free development tenant by subscribing to Microsoft 365 developer program
After deploying the solution to app catalog, SharePoint administrator needs to approve the Graph API permissions from SharePoint admin center > Advanced > API access.
Solution | Author(s) |
---|---|
Monitor Security | Arijit Mondal |
Version | Date | Comments |
---|---|---|
1.0 | February 05, 2022 | Initial release |
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
- Clone this repository
- Ensure all pre-requisites are met
- Ensure that you are at the solution folder
- in the command line run:
npm install
gulp serve
- This adaptive card extension is build for identity administrators to review security risks and risky user from Viva Connection dashboard.
- This also illustrates ability to use identity protection graph api on top of the SharePoint Framework.
- Graph api data and demo data toggle option, and set maximum number of returned result from graph Api using property pane
- Getting started with SharePoint Framework
- Building for Microsoft teams
- Use Microsoft Graph in your solution
- Publish SharePoint Framework applications to the Marketplace
- Microsoft 365 Patterns and Practices - Guidance, tooling, samples and open-source controls for your Microsoft 365 development
- Tutorial to create ACE