Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Need to access powerbi to generate pdf and get pdf.
in python, it is ok with following authentication:-
app = msal.ConfidentialClientApplication(client_id, authority=authority_url, client_credential=client_secret)
result = app.acquire_token_by_username_password(username=username,password=password,scopes=scope)
But client required in java, tried using msal4j sdk version 1.13.2
I tried to use ConfidentialClientApplication & PublicClientApplication, not sucess, any example I can follow?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |