Following on from JavaScript OAuth2 flow for Azure AD v2 login does not give an access_token, I\'m trying to figure out the best endpoint to use, to get the logged in users deta
The ID Token and Access Token can return attributes like display name, email, etc.
Sample ID Token.
See "Select Application claims" here: Azure Active Directory B2C: Built-in policies
Select Application claims. Choose claims you want returned in the authorization tokens sent back to your application after a successful sign-up or sign-in experience. For example, select Display Name, Identity Provider, Postal Code, User is new and User's Object ID.