Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello programmars
I am trying to implement .net core Web api which can embed PowerBI reports. I am able to do that using Azure Active Directory but the problem is Our client has Azure AD B2C tenant so how can I generate access token using users of B2C tenant.
In short I want to configure that report embedding part using Azure AD B2C tenant
Hi ,
We have one API which will fetch user specific data into PowerBI reports.
We have one seperate application where user will login with Azure AD B2C. and we will embed the PowerBI Report and show it to the user.
Now the API needs a Token, in which userid information will be present. PowerBI internally will call this API (it needs the same AZURE AD B2C TOKEN).So Once the user is logged in we need to pass this token to POWER BI Report - which can inturn pass same to the API and retrun user specific data.
The main issue is also same . I have just written it in detail.
Anybody expert in this ?