Configuring user access and security
Building a website to acquire an internet presence is vital for any organization. These websites can add more 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 is composed of several components including authenticated users, web roles, table permissions, and page permissions.
For more information please visit: https://docs.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 who have not authenticated to the portal.
Getting ready
We will continue...