-
Notifications
You must be signed in to change notification settings - Fork 83
Conditional Access Policy Blocks API use #174
Description
Good morning,
My company implemented a Conditional Access Policy as follows:
Targets: All Users
Target Resources (cloud apps): Power BI, Power BI Service
Grant control: Require device to be marked as compliant, Require Hybrid Azure AD joined device (Require one of these controls).
Once that was implemented I can no longer refresh my dataset using the API. The error I get is Invalid Credentials.
Interestingly I can initiate a new connection, select a table, see a preview... but when I save the query I am asked to login and get the invalid credential error... so it appears that running from the query uses a different access method than creating/refreshing the query does (I'm guessing).
Any ideas on what I could modify in the policy to allow the API to continue to function?
Thank you!
RIch