I have a Laravel application which is using socialite provider to authenticate users with Azure.
I want to show a Power BI report directly in an iFrame to the user once logged in. i.e Without the 'Click To Sign In' screen in the Power BI iFrame.
The 0Auth connction with Azure works fine, but once the user is logged in I am still prompted by Power BI to login again.
How do I connect the 2 accounts (which are using the same user name) so when I login to Azure I have direct acess to the Power BI report also. I though this would be a simple setting withing Azure portal? But it does not seem to be the case.
Maybe my understanding of SSO is in correct but I though the idea is that you can have access to all you diffent MS application i.e. Power BI (https://app.powerbi.com/home), MS 365 (https://www.office.com/) by just loging in once to Azure (https://portal.azure.com/#home)
Thanks,
Lucas