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
@noahtalerman: Can we please add logs of the communication (requests) between the Fleet proxy and all the Microsoft tools? (Intune, Microsoft Graph, etc.). Why? In dogfood, we're finding that some hosts never get marked as non-compliant while others do.
@mikermcneil: Just an idea, but could add sails.log() with an easy to search prefix (assuming debug log level is on)
@lucasmrod: Also we will need logging of the Intune group we end up selecting for applying the "conditional access policy". We would like to see which group is assigned the policy. E.g. we deleted the "All company" group, what happens if the proxy used that one to set the policy? But we want to confirm it selected the right group:
sails.log.warn(`An error occurred when sending a request to find the default "All users" group on a Microsoft compliance tenant. Full error: ${require('util').inspect(err,{depth: 3})}`);
sails.log.warn(`An error occured when parsing the JSON response body returned by the Microsoft graph API for a new Microsoft compliance tenant. full error`,err);
fleet/website/api/controllers/microsoft-proxy/receive-redirect-from-microsoft.js
Lines 154 to 175 in bbda08a