Configuring user access and security
Building a website to acquire an internet presence is vital for any organization. These websites can add value by implementing services to registered users, allowing them to interact with company data using proper permissions.
Dataverse offers a security model to interact with its data. Power Pages provides another layer, allowing makers to safeguard certain portal areas. This layer comprises several components, including authenticated users, web roles, table permissions, and page permissions.
For more information, please visit https://learn.microsoft.com/en-us/power-pages/security/power-pages-security.
For this recipe, we will take advantage of table permissions for the base tables and related child tables. These permissions will be associated with authenticated users. We will also cover how to use code snippets to improve the experience for users not authenticated to the portal.
Getting ready
We will continue extending the...