Microsoft PowerBI requires an Azure AD B2C (Entra ID) to access their PowerBI Embedded tool. Our enterprise company is migrating to Auth0, and this presents a challenge. Is it possible to authenticate with Auth0 and then use that access token to get one back from Azure AD that the Power BI Client expects?
Hi,
You can authenticate using Auth0 and then use the resulting access token to obtain another token from Azure AD, which the Power BI Client requires. This process involves utilizing the Power BI embedded row-level security feature. By doing so, you can send the user’s credentials, obtained after successful authentication through Auth0, to the Power BI API as proof of the user’s identity.