Reputation: 2227
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
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