Skip to content

Latest commit

 

History

History

BasicCard-MonitorSecurity

Identity Protection Security Monitor from Adaptive Card Extension

Summary

This solution provides a security monitoring feature using identity protection graph endpoint and ACE

See Features section for individual listing of features.

Identity Protection Security Monitor

Compatibility

SPFx 1.13.1 Node.js LTS 14.x SharePoint Online Workbench Hosted

Permissions

Microsoft Graph

  • IdentityRiskEvent.Read.All
  • IdentityRiskyUser.Read.All

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

After deploying the solution to app catalog, SharePoint administrator needs to approve the Graph API permissions from SharePoint admin center > Advanced > API access. Permissions

Solution

Solution Author(s)
Monitor Security Arijit Mondal

Version history

Version Date Comments
1.0 February 05, 2022 Initial release

Disclaimer

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.


Minimal Path to Awesome

  • 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

Features

  • 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

References