Think Your Power Pages Are Secure? Check These 5 Layers First
 
                Power Pages Security ensures that data and content exposed through a Power Pages (formerly Power Apps Portals) website are protected and only accessible to the right users. Technically, it relies on Dataverse security, web roles, page permissions, and table permissions to control how internal and external users interact with data. Below is a deep technical breakdown:
1. Site Visibility
Purpose: Controls who can see the website.
Options:
- Public – Anyone can access the site without login.
- Private (Authenticated Users Only) – Only users with valid credentials (Azure AD, local portal account, B2C, etc.) can access the site.
Technical Note: Site visibility doesn’t restrict data access; it only controls entry to the portal.
2. Authenticated Users
Purpose: Identifies who the logged-in user is to apply security.
Supported Authentication Providers:
- Azure AD (Office 365 users)
- Azure AD B2C (External Users)
- Local authentication (Username & Password)
- External identity providers (Google, LinkedIn, etc.)
Technical Role: Authenticated users are mapped to Contacts in Dataverse, which are linked to Web Roles to enforce security.
3. Web Roles
Purpose: Similar to security roles in Dataverse, but specific to Power Pages.
Function:
- Assign table permissions.
- Assign page permissions.
- Determine which parts of the site a user can access.
Key Points:
- A single user (contact) can have multiple web roles.
- Security logic flows from Web Role → Permissions → Dataverse Data.
Purpose: Controls who can access a specific page or set of pages.
Options:
- Anonymous Access – Anyone can access.
- Authenticated Users Only – Only logged-in users can access.
- Web Roles Specific – Restricts access to users with specific web roles.
Technical Impact:
If page permissions deny access, data-level permissions don’t apply because the page is not reachable.
5. Table Permissions
Purpose: Enforces row-level and column-level security on Dataverse tables exposed through Power Pages.
Components:
- Scope: Determines which records are accessible.
- Global, Contact, Account, Self, Parent, etc.
- Access Rights: CRUD (Create, Read, Update, Delete).
- Web Role Link: Table permissions are linked to web roles to decide which logged-in users get access to data.
Technical Example:
Table Permission for Case Table
- Scope = Contact
- Read access = Yes
- Linked to Customer Web Role
- Effect: Users only see cases related to their contact record.
How They Work Together
- Site Visibility: Controls entry to the portal.
- Authenticated Users: Identifies logged-in users.
- Web Roles: Assigns security permissions to those users.
- Page Permissions: Controls page-level access.
- Table Permissions: Controls data-level access in Dataverse.
Security Flow Example:
Summary:
Power Pages Security ensures that only the right users can access the right content and data within a Power Pages site. It combines Site Visibility, Authenticated Users, Page Permissions, Table Permissions, and Web Roles to provide a layered security model. Site Visibility controls who can see the site (public vs. private), while Authenticated Users verify identity for restricted content. Page Permissions determine which pages a user can view or edit, and Table Permissions define access to Dataverse data at the record and column level. Web Roles act as the glue, linking users to the permissions they need. Together, these components create a robust, end-to-end security framework that protects both the site and underlying data.
Published on:
Learn moreRelated posts
Implementing Role-Based UI Control in Power Pages Without Code Behind
In most Power Pages projects, we need to control what users see based on their role — for example: Traditionally, this might require JavaScrip...
How to Create an AI Agent from a Form in Microsoft Power Pages using Copilot Studio
Introduction to AI Agents in Power Pages Microsoft Power Pages has introduced a powerful capability that allows creators to build AI-driven ag...
Power Pages Solution Architecture Patterns: When to Use Liquid vs. JavaScript vs. Power Automate
In Power Pages, you can implement logic in multiple layers — Liquid (server-side), JavaScript (client-side), or Power Automate (external workf...
Enhancing Data Presentation with Conditional Formatting in Power Pages
You can enhance Microsoft Power Pages list views using conditional formatting with JavaScript. This approach lets you visually highlight recor...
Building a Client-Side Caching Layer in Power Pages to Boost Performance
Why Client-Side Caching? Power Pages often fetch data from Dataverse using Liquid, Web API, or Power Automate. But repeated calls can slow dow...
Dynamics 365 Customer Insights – Journeys – Create event portals with event registration details using Power Pages
We are announcing the ability to create event portals with event and registration details using Power Pages in Dynamics 365 Customer Insights ...
Power Pages Site Deployment Using Pipelines
Power Pages – Improve site security with security scan
We are announcing the ability to improve site security with security scan in Power Pages. This feature will reach general availability on Octo...
Power Pages – Recommend license-capacity allocation in Power Platform Advisor
We are announcing the ability to recommend license-capacity allocation in Power Platform Advisor for Power Pages. This feature will reach gene...
Power Pages Fundamentals #24: Boosting Portal Security with Azure Single Sign-On: Quick Read Series
Contoso Motors is a large automotive service company.They have built a Power Pages customer portal for their external partners and customers t...
 
            
