Azure AD Showing EMail as Username

I'm using the Azure AD authentication across several Radzen applications and noticed today that they used to display my Azure username in the widget, but now I see my email instead. It appears that ${Security.User?.Name} is set to the email address.

Thanks,

Bill

We changed the way user name is retrieved because of .NET 6 incompatibility. You can reverse the code in SecurityService which sets the Name property.

Thanks, I modified the code similar to what you had in the other forum post and it seems to have solved the issue.

Regards,

Bill