How can I get my own user attributes (Email, UPN etc.) from Azure AD by using an interactive login?
I am trying to write a C# console app to get my own user attributes (such as businessPhones, displayName, givenName, id, jobTitle, mail, mobilePhone, officeLocation, preferredLanguage, surname, and userPrincipalName) from Azure AD by using an interactive login? Using the standard…