fatch Azure SSO AD attributes from Graph API in ASP.NET core 6 MVC

Viewed 8

I have successfully connected my ASP .net core6 MVC application to Azure sso, I am having difficulty extracting user Displayname from Azure Graph API to replace the @User.Identity?.Name (which displays the email), anyone has done this and can share the steps how we can go on achieving this. will appreciate your help

0 Answers
Related