Email Address is not Returned to Profile via Auth0 .NET SDK

Overview

The email id is not returned in a configured Auth0 ASP.NET application.

Solution

Ensure the email scope is added to the application code. The SDK does not appear to add email to scopes by default so this may need to be done manually.

Related References