Forum Discussion
t5tt
3 years agoRegular Visitor
App owns data embed While Authenticating with Non-Azure AD provider
Hi, I am relatively familiar with embedding powerbi apps in ASP.NET web applicatsions by calling the Power BI Service API using PowerBI.NET SKD. I usually authenticate with Azure Ad. However, I ...
collinq
Super User
3 years agoHi t5tt ,
Would the methods mentioned here be helpful: Embed Power BI content in an embedded analytics application with service principal and an application secret - Power BI | Microsoft Learn
- t5tt3 years agoRegular Visitor
collinq The methods only seem to use azure as as authentication method.
What I am trying to do is
- authenticate user of my app using adfs federation service ✓ done
-embed reports within my app using the app -owns data embedding method by registering an azure as app as service principal. ✓ done
I can do these separately but cannot do both in the same app for some reason.