PL-900 · Question #403
You are building a Power Pages site. Azure Entra ID site authentication is already configured. You add a page to the site, which is visible to all users. You must configure the page to display coupon
The correct answer is C. Identity provider. The requirement is to display coupon information specific to the currently signed-in user's company. Azure Entra ID (the configured identity provider) supplies identity claims about the authenticated user, including organizational/company attributes. Power Pages can consume these
Question
Options
- ASite visibility
- BTable permission
- CIdentity provider
- DPage permission
How the community answered
(39 responses)- A10% (4)
- B3% (1)
- C82% (32)
- D5% (2)
Explanation
The requirement is to display coupon information specific to the currently signed-in user's company. Azure Entra ID (the configured identity provider) supplies identity claims about the authenticated user, including organizational/company attributes. Power Pages can consume these claims to filter and personalize content based on the user's company affiliation. Site visibility controls whether the site is public or private overall. Table permissions control CRUD access to Dataverse data. Page permissions control who can view a page. None of those filter content dynamically by the user's company - only the identity provider supplies the company claim needed to drive that personalization.
Community Discussion
No community discussion yet for this question.