You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Incident ID $($_.id): Created at $($_.createdDateTime). Severity: $($_.severity). `nIncident name: $($_.displayName). Incident URL: $($_.incidentWebUrl)."
# Pretty sure this one is gonna be spammy cause of licensing issues, so it's commented out -Bobby
22
+
# Write-AlertMessage -tenant $($TenantFilter) -message "Could not get Defender incident data for $($TenantFilter): $(Get-NormalizedError -message $_.Exception.message)"
Write-LogMessage-headers $Headers-API $APINAME-tenant 'None '-message 'Insufficient permissions to create API App'-Sev 'Error'
17
+
throw'Insufficient permissions to create API App. This integration requires the following Application permissions in the partner tenant. Application.ReadWrite.All, Directory.ReadWrite.All'
if ($PSCmdlet.ShouldProcess($AppName,'Create API App')) {
55
63
Write-Information'Creating app'
56
-
$APIApp=New-GraphPOSTRequest-uri 'https://graph.microsoft.com/v1.0/applications'-NoAuthCheck $true-type POST -body $CreateBody
64
+
$APIApp=New-GraphPOSTRequest-uri 'https://graph.microsoft.com/v1.0/applications'-AsApp $true-NoAuthCheck $true-type POST -body $CreateBody
57
65
Write-Information'Creating password'
58
-
$APIPassword=New-GraphPOSTRequest-uri "https://graph.microsoft.com/v1.0/applications/$($APIApp.id)/addPassword"-NoAuthCheck $true-type POST -body "{`"passwordCredential`":{`"displayName`":`"Generated by API Setup`"}}"
66
+
$APIPassword=New-GraphPOSTRequest-uri "https://graph.microsoft.com/v1.0/applications/$($APIApp.id)/addPassword"-AsApp $true-NoAuthCheck $true-type POST -body "{`"passwordCredential`":{`"displayName`":`"Generated by API Setup`"}}"
if ($Request.Headers.'x-ms-client-principal-idp'-eq'aad'-and$Request.Headers.'x-ms-client-principal-name'-match'^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$') {
0 commit comments