Hi All,
Can you advise how best to restrict access to built PowerApps, please? i.e. I might only want to allow a specific group of people to raise forms and processes.
Kind Regards,
Dayna
Solved! Go to Solution.
Hello @DaynaLitherland
Ideally, all the security is enforced on the backend. If you're looking for a way to enable certain functionality for certain users though then you can rely on a fact that every user who runs the PowerApps application is successfully authenticated. For example, let's assume that you want only managers to be able to create forms and processes. To implement that, you can create a list of manager emails in a list (or a table) on the server and then "validate" the email of the authenticated user against that list on application start (see "User().Email" function for example).
Hope that helps.
Hello @DaynaLitherland
Ideally, all the security is enforced on the backend. If you're looking for a way to enable certain functionality for certain users though then you can rely on a fact that every user who runs the PowerApps application is successfully authenticated. For example, let's assume that you want only managers to be able to create forms and processes. To implement that, you can create a list of manager emails in a list (or a table) on the server and then "validate" the email of the authenticated user against that list on application start (see "User().Email" function for example).
Hope that helps.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
206 | |
187 | |
70 | |
37 | |
34 |
User | Count |
---|---|
350 | |
277 | |
121 | |
78 | |
59 |