Forum Discussion
One PowerBI Embedded app and multiple users
Hi TriPax,
Do you mean the App Owns Data demo? If so, we can use one account only in this demo. If you want to use many accounts, I'm afraid you have to rewrite the application.
Best Regards,
Dale
no
this app I've already refactored but I'm thinking about this azure app from where we have ClientID - we add one user when we create it but there is no option to add another one because I just want to have multiple users who can generate tokens but use one Client app
- v-jiascu-msft8 years agoMicrosoft Employee
Hi TriPax,
You were talking about different tenants. I'm afraid we can't register different tenants applications in one tenant. But we could do it in the local App. For example, different users have different configuration files. To be honest, I'm not a professional app developer. But I think it could be possible. What resources we will connect are decided by "Web.config".
Best Regards,
Dale
- TriPax8 years agoFrequent Visitor
it is not even splitted by tenants physically on my side
all what I want is when we generate this app https://dev.powerbi.com/apps as an native only user who create it can generate token using this applcation/client ID but I want to add second one to use the same application/clientIDeven if I've add this new user as an second owner I have permission problem to this application on the azure side
- v-jiascu-msft8 years agoMicrosoft Employee
Hi TriPax,
Let's make it more clear. Do you mean you want to add another account to generate token? I tested it successfully in this scenario. The user should be an admin of that App workspace.
Best Regards,
Dale