The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I created a website to use power bi embed for organizations. I used the https://app.powerbi.com/embedsetup to register the appliction and have loaded all that info into the website (client secret, client id, tenant id) and setup the registration with the correct redirect.
When I'm trying to log in, I get "approval required" screen that says "This app requires your admin's approval to * view all datasets * view all reports * sign in and read user profile" and a place to enter a justification and submit a request for approval. I believe I have the access to do the approval, I just I think there is a final step I'm missing that needs to be done in the azure portal, but for some reason my workplace has disabled the use of the azure portal and only allow us to use the command line tool. I've used the command line tool to tweak some values to see if that helps, but I'm really operating blind and don't know what app parameters need to be update. Any idea what `az ad app` command I need to allow this embed for organizations app to work?
I found `az ad app permission add-consent -id ....` which I think might be the right command, but it tells me the operation can only be performed by an administrator. I'm being told by our administrators that other people in our group use "embed for organization" without needing to come to them for any special authorization, so I'm not really sure if I need to be doing something different to get passed this approval required screen or if I'm just not communicating well to our administrators what I'm trying to do.
One other question is the page that comes up when I do "Approval require" said "unverified" right below "Approval requried". Is that an issue or something that I should fix?