Hello,
I built a model-driven app and several custom security roles for it.
I referred to the docs page below and made sure that I did give the "Read" privilege for Model-Driven App and all customs entities I created for the app.
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/share-model-driven-app
But still a user given the custom security role cannot access the app.
I gave the "Create" and "Write" privileges for the custom security role just for a try, and then of course the user can access the app along with all the other apps on the environment, which is the condition I would like to avoid.
If one knows some possible reason I cannot realize what I want here, please share some of your knowledge.
To summarize what I need to achieve:
- prepare a custom security role with least privileges to access an model-driven app
- without giving accesses to other apps on the same environment
I have some possible causes in my mind as shown below, but still cannot prove anything about them.
- the least privilege condition has changed from the docs reference
- Or I'm missing some necessary privileges to give
Thanks!