William Boman
William Boman

Reputation: 2227

Embedding Power BI dashboards and reports

PowerBI embed diagram

Have I understood the auth process correctly for embedding Power BI content where users need not auth themselves against Power BI? Is adal Python library the library I want to use to auth against Azure AD?

Upvotes: 0

Views: 732

Answers (1)

RBreuer
RBreuer

Reputation: 1391

Yes, Any Valid Azure Active Directory (AAD) token can be used, regardless of how it's retrieved.

You can use Python, AJAX, ADAL.js, C# .NET or whatever you'd like

Upvotes: 1

Related Questions