nerdexam
Microsoft

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

Submitted by olafpl· Apr 18, 2026

Question

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 information relating to the company of the user who is currently signed in. You need to recommend the security feature to implement to meet the requirements. Which feature should you recommend?

Options

  • ASite visibility
  • BTable permission
  • CIdentity provider
  • DPage permission

How the community answered

(39 responses)
  • A
    10% (4)
  • B
    3% (1)
  • C
    82% (32)
  • D
    5% (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.

Full PL-900 Practice