Power Apps: How To Block Users From Using An App

preview_player
Показать описание
Power Apps: How To Block Users From Using An App

Hey Everyone,
Thanks to the combination of Power Apps Office365Groups and StartScreen function, you can now control which users accessing the app also have rights to the backend SharePoint data source.

In this video, we'll take a look at a scenario where users who have access to the app but do not have access to the backend SharePoint site are automatically re-routed to a denied screen. This is accomplished using a combination of IsEmpty, Filter and User functions.

Table of contents
Introduction
Demo
Microsoft 365 group
Walk-through the demo
Conclusion

Helpful link(s)

Contact information:

#PowerApps #SharePoint #Permissions #Microsoft365Groups
Рекомендации по теме
Комментарии
Автор

Thanks Daniel, that's a very well preented and useful solution. It allows the developer to move data sourcing to the onvisible event(s) which only fire for authorised users, and thus avoids the generationof ugly error mesages. Perfect. Good work 🙂

paulclifford-jones
Автор

Thank you we are all so lucky to have you!!

aaron
Автор

Thanks for the awesome video tutorial Daniel! What you have showed actually was quite hot topic.

william
Автор

Thank you Daniel. This video came in handy.

oluwatobiyusuf
Автор

Thanks Daniel, Do you have a video how to create the shadow under the header ?

yehunlavolontededieu
Автор

Happy Independence Day! Thanks for another great video... Question about the mail value in the Office 365 groups - is that the UPN, or the email address?

ricardobunge
Автор

Thanks! Most of them I’m bothered by the opposite. Is there is way to grant access to the app AND the Sharepoint list at the same time without having to add groups to both (I have a few lists it’s annoying to set up).

vidibindi
Автор

Daniel, good evening. Do you know if it's possible to prevent users to create a powerapp based on the list that has been shared with them?

It's crazy. You pit this huge amount of effort into creating user experiences, applying business rules, and there's nothing stopping users from just create a simple power app, adding a list and a form and bang, they can do as they please, if you don't have stuff like item level security.

Thanks in advance

liriocoentro
Автор

I thought I'm just a common user in my company and may not be allowed to see user or group id in Azure AD. Surprisingly, I can! Hope our IT won't block this function to us.^^

ShihChiWang
Автор

You do not need to write "IsEmpty()=true" in condition, because IsEmpty already returns true or false.

homie
Автор

I'm a bit confused, why would you want to block users? They would already be denied access if you don't share the app with them.

mwmstals