Aug 27 2020 03:51 AM
When i make a Rest API call to SecureScore API, i get only 12 to 14 controls. I am getting results for Identity controlCategory but not for Data / Device.
In Microsoft Graph Explorer, without login in, run secure score API, it will execute the API from sample data and displays controlScores for 70 items. When i sign in using my credentials and execute the same API, I am getting results for only 14 controls. Data, Device and many others are missing.
Any idea, how to get all control categories?
Sep 14 2020 10:23 PM
@geekganesh I am having the same issue, the UI shows information about devices but the API is missing information related to devices. This is what I get after running the GET API call https://graph.microsoft.com/beta/Security/secureScores
Total score: 303, my current score:77, where as on the UI its totally different and not matching.
Let me know if you find a solution for this.
Oct 20 2020 07:43 AM
We're experiencing the same issue when trying to get Secure Scores from graph, they just dont match up with the Secure Score GUI. Its frustrating as we're actively wanting to implement this into a service, and we can't because its incredibly unreliable.
On our E5 tenancy, we have 110 controls on our GUI. On Graph, we're pulling less than 50.
What are we doing wrong?
Oct 21 2020 04:57 AM
In addition to the above, I've found that if running the same endpoint via PowerShell WebInvoke, i get 1400+ controls returned... how is this possible.
Oct 21 2020 05:25 AM
Oct 21 2020 05:38 AM
We used the script from https://blog.ciaops.com/2019/10/04/capturing-all-microsoft-secure-score-items/
Only difference i can see is that it uses "App Registration" in Azure AD with delegated and application permissions, instead of our "Enterprise Application".
Nov 09 2020 05:36 AM
Surprised. We are getting only 12 controls in our GUI. Why the number differ between users? We are getting only 12 in the GUI and the same in API.