0

While the Azure Starter Pack for B2C is helpful for getting started with creating custom policies, is there an actual list of built-in claims that one can reference? There are several claims that are referred in several of the files, though I have no clue of their purpose or why they're needed (for example upnUserName, nca, resource_id, etc.).

I did find some pages, such as Graph API reference or Customize Claims, though I'm not sure if these are the goto page for getting all built-in claims.

Joseph Woolf
  • 500
  • 5
  • 14

1 Answers1

1

You can find list of all such claims from two places

  1. User profile attributes documentation - https://learn.microsoft.com/en-us/azure/active-directory-b2c/user-profile-attributes#azure-ad-user-resource-type

  2. User attributes blade in Azure Portal. The Built in user attributes are almost same for user flows and custom policies.

Abhishek Agrawal
  • 2,183
  • 1
  • 17
  • 24