Welcome › Forums › Integrations › Microsoft Graph Integration (includes Azure AD logs)
- This topic has 0 replies, 1 voice, and was last updated 6 years, 5 months ago by Mike Riforgiate.
Viewing 1 post (of 1 total)
- AuthorPosts
- July 3, 2018 at 9:02 pm #1667Mike RiforgiateKeymaster
Create the App in Azure
- https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
- Click New registration
- Name it WitFoo Precinct (MS Graph)
- Select who can use the application (access the API)
- Select Web and enter the Redirect URI as https://PrecinctIP/v1/api/azure_auth (Note: replace PrecinctIP with the IP address or FQDN of your Precinct appliance)
- Click “Register”
- Under Certificates & secrets click New client secret (give it a description and expiration, then click Add)
- Save the Secret ID
- Go to API permissions.
- Click on Microsoft Graph, Application Permissions, and add the following:
- Auditlog.Read.All
- Directory.Read.All
- SecurityAlert.Read.All
- SecurityEvents.Read.All
- SecurityIncident.Read.All
- User.Read.All
- DeviceManagementManagedDevices.Read.All
- DeviceManagementManagedDevices.ReadWrite.All
- Click on Microsoft Graph, Application Permissions, and add the following:
- Click Update permissions (Making sure the status shows each permission is granted for your organization)
- make sure to click “Grant admin consent”
Configure WitFoo Precinct
- Go to Admin->Integrations
- Click the + and select Microsoft Graph Integration
- Paste the Application (client) ID, Secret key and Tenant ID
- NOTE: Tenant ID can be found by navigating to Azure Portal > Azure Active Directory > Properties
- Click Save
- This topic was modified 3 months, 1 week ago by Kevin Sheahan. Reason: add permissions for Microsoft Intune data
- This topic was modified 3 months, 1 week ago by Kevin Sheahan. Reason: fix syntax
- This topic was modified 2 months, 1 week ago by Mike Riforgiate.
- This topic was modified 2 months, 1 week ago by Mike Riforgiate.
- AuthorPosts
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.