Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Community,
I'm developing an application that get's data from a REST API which uses OAuth2.
This query is used to get an initial access token:
= Json.Document(Web.Contents(url,[Headers = [#"Content-Type"="application/x-www-form-urlencoded",#"Authorization"="Basic BASE64(Client_Id and Secret)"], Content = Text.ToBinary( "grant_type=client_credentials" ) ] ))
The Client_Id and Secret is stored BASE64 encoded inside of the actual query.
My question is if users would be able to access this information from an app published to powerbi.com?
Users will not have Edit permission on the report.
Thanks in advance!
Solved! Go to Solution.
hi, @hnorden
Yes, It is secure when users have no Edit permission on the report.
Best Regards,
Lin
hi, @hnorden
Yes, It is secure when users have no Edit permission on the report.
Best Regards,
Lin
User | Count |
---|---|
48 | |
31 | |
27 | |
26 | |
26 |
User | Count |
---|---|
60 | |
56 | |
36 | |
32 | |
28 |