I am trying to access microsoft defender end point using application. I am following the guide here
my jwt token response is as follow
{
"aud": "https://api.securitycenter.microsoft.com",
"iss": "https://sts.windows.net/aa551af3-e811-4451-b20c-c5b84fb2845b/",
"iat": 1677834504,
"nbf": 1677834504,
"exp": 1677838404,
"aio": "E2ZgYGg1iK74E3KLOZTt6LdK24aHAA==",
"app_displayname": "test",
"appid": "3c98fbaf-4528-4469-9228-1da89796674b",
"appidacr": "1",
"idp": "https://sts.windows.net/aa551af3-e811-4451-b20c-c5b84fb2845b/",
"oid": "7e34779b-d23b-43c0-9fd1-6e1433ac7390",
"rh": "0.AXEA8xpVqhHoUUSyDMW4T7KEW2UEePwXINRAoMUwcCJHG5JxAAA.",
"roles": [
"Machine.Isolate",
"SecurityConfiguration.ReadWrite.All",
"IntegrationConfiguration.ReadWrite",
"Url.Read.All",
"Ip.Read.All",
"Ti.ReadWrite",
"Ti.Read.All",
"User.Read.All",
"Ti.ReadWrite.All",
"SecurityRecommendation.Read.All",
"Alert.Read.All",
"Software.Read.All",
"SecurityConfiguration.Read.All",
"File.Read.All",
"Machine.CollectForensics",
"SecurityBaselinesAssessment.Read.All",
"Vulnerability.Read.All",
"Library.Manage",
"Machine.Read.All",
"Score.Read.All",
"RemediationTasks.Read.All",
"AdvancedQuery.Read.All"
],
"sub": "7e34779b-d23b-43c0-9fd1-6e1433ac7390",
"tenant_region_scope": "AS",
"tid": "aa551af3-e811-4451-b20c-c5b84fb2845b",
"uti": "AaYxgeKwO0KqfhJrlhFqAA",
"ver": "1.0"
}
when I tried to access end point I am getting below 403 error
I am using azure personal account. can anyone help me in this regard my end point is here
Thanks