microsoft / secmgmt-insights-connector

Power BI connector that provides insight into the current state of how Microsoft 365 is configured and whether best practices have been implemented
MIT License
13 stars 3 forks source link

Threat Assessments #109

Closed ghost closed 4 years ago

ghost commented 4 years ago

Feature Request

Is your feature request related to a problem? As a consumer of the connector it would be helpful to have insights to the threat assessments. That way I can understand what is happening with my customers.

Describe the solution you would like Have a query that supports threat assessments

Describe alternatives you have considered N/A

Additional context Based on my initial testing this operation, does not appear to support app + user authentication when requesting data for a given tenant. There is a possibility that app only authentication will need to be utilized here. When using app + user authentication the following is returned from the API

Current authenticated context is not valid for this request. This occurs when a request is made to an endpoint that requires user sign-in. For example, /me requires a signed-in user. Acquire a token on behalf of a user to make requests to these endpoints. Use the OAuth 2.0 authorization code flow for mobile and native apps and the OAuth 2.0 implicit flow for single-page web apps.

ghost commented 4 years ago

Closing this feature because currently this functionality does not work with cross tenant authentication.