Forum Discussion
Authenticated website in Power BI App
Hi jhayes0128 ,
One possible solution is to use the Microsoft Entra application proxy to enable remote access to your web app and integrate it with Power BI. Alternatively, you can try to configure your web app to accept the Power BI app's token as a valid credential, by registering your web app as an Azure AD app and granting it the appropriate permissions to access Power BI APIs. You can also use OAuth to authenticate your web app with Power BI.
For more details on how to do this, you can refer to these articles.
Configure Microsoft Power BI OAuth in Azure AD | Working with Microsoft Power BI
Edit your Azure AD app's permission settings - Power BI | Microsoft Learn
Enable service principal authentication for read-only admin APIs - Power BI | Microsoft Learn
Enable remote access to Power BI with Microsoft Entra application proxy | Microsoft Learn
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.