How to get custom attributes from claims?

Sam Wheat 401 Reputation points
2020-11-20T20:56:17.053+00:00

This document describes steps to select user attributes to appear in claims token:

You should now see ShoeSize in the list of attributes collected during the sign-up journey, and see it in the token sent back to your application.

After following above steps custom attributes do not appear in the token sent back to my application. What am I doing wrong?

See also this stackoverflow ticket
41591-capture.png41470-capture1.png

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,775 questions
{count} votes

Accepted answer
  1. Sam Wheat 401 Reputation points
    2020-11-21T02:38:33.733+00:00

    The problem was that the properties were not populated with values. Apparently if a value is null it is not returned. Seems an odd behavior given that many other (unrelated) properties on the response object are null, empty, or undefined.

    0 comments No comments

0 additional answers

Sort by: Most helpful