Forum Discussion

SantiagoG2310's avatar
SantiagoG2310
Regular Visitor
10 months ago
Solved

Connect Microsoft 365 Lighthouse Power BI

Hi, I'm trying to connect M365 Lighthouse on PBI through connector published on Microsoft GitHub repo. I downloaded the package, set the app parameters in Microsoft Entra ID app registration and bui...
  • v-achippa's avatar
    v-achippa
    10 months ago

    Hi SantiagoG2310,

     

    In Entra ID app registration, add a Web platform and register this exact redirect url: https://oauth.powerbi.com/views/oauthredirect.html (not under SPA only).

    • Set Supported account types to Multitenant and Grant admin consent.
    • Add delegated Graph permissions the connector needs (include offline_access, openid, profile) and then Grant admin consent in the MSP/partner tenant.
    • Use v2 authorize endpoint and request explicit delegated scopes like offline_access openid profile User.Read ManagedTenants.Read.All
    • Rebuild the connector .mez, place it in the Custom Connectors folder, clear desktop credentials, restart desktop and sign in again.

    If sign in still fails, open the authorize url in a browser and check Entra ID sign in logs and get the AAD error message and share it here so that we can look more into it.

     

    Thanks and regards,

    Anjan Kumar Chippa