I created an Azure Active Directory Application and applied the code from the following tutorial to enable login: https://azure.microsoft.com/en-us/resources/samples/active-directory-dotnet-webapp-openidconnect-aspnetcore/
After login the following returns my email adress:
Console.WriteLine(User.Identity.Name)
How would i retreive the First and Last Name of this user?