Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
yjlee1212
Frequent Visitor

Can I hide /getembedinfo page from the users?

Hello! I recently used PowerBI Embedded - "embed for your customers" solution. I saw that in the URL; if I enter https://<url of application>/getembedinfo, it shows the token information and other information regarding the report. 

 

I want to change this line of code from the sample files to hide the information from the users. May I ask if there is any security risk if the users access this information? Also, it would be great if I can get some guidance on how I can hide it from the users while it can stay functional. 

 

Thank you! 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @yjlee1212 ,

I don't quite understand your needs. Do you want to hide the following line of code and then make sure that its function does not disappear? Can I know why you want to hide this line of code? Is it due to security factors?

@app.route('/getembedinfo', methods=['GET'])

Embed Power BI content using a sample embed for your customers application

Frequently asked questions about Power BI Embedded

Best Regards

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @yjlee1212 ,

I don't quite understand your needs. Do you want to hide the following line of code and then make sure that its function does not disappear? Can I know why you want to hide this line of code? Is it due to security factors?

@app.route('/getembedinfo', methods=['GET'])

Embed Power BI content using a sample embed for your customers application

Frequently asked questions about Power BI Embedded

Best Regards

Hello Rena,

 

Thank you for looking into my question! Yes, it is due to the security factor. I want to understand if it contains any sensitive information in `/getembedinfo` and, if so, hide the information that reveals when they go to `/getembedinfo` if possible.

 

Best,

Yong-Jin

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.