Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have a dashboard which connects to an external API (via HTTPS). It implements JWT (connect via username/password, retrieves a token, then uses the token for all subsequent requests).
What is the recommended approach for securely storing API credentials (username/password), once a PBIX is published to the service?
Thanks,
Ben.
Solved! Go to Solution.
Hi @bhalicki ,
Please try to store the secret on the gateway machine and configure access to that speratly.
Here is a similar case you could refer to:Solved: Re: How to securely store and use token and secret... - Microsoft Fabric Community, I hope it will help you.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @bhalicki ,
Please try to store the secret on the gateway machine and configure access to that speratly.
Here is a similar case you could refer to:Solved: Re: How to securely store and use token and secret... - Microsoft Fabric Community, I hope it will help you.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.