oauth2-azure
oauth2-azure copied to clipboard
Get only basic profile
Hello, i wanted to know how can i get the full profile of the user, because i only get username, first and lastname
I want to retrieve the manager, the job title, the Department
How can i do to retrieve these datas
Cordialy
Hi, you can get this from Microsoft Graph API - https://developer.microsoft.com/en-us/graph - https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0
(See https://github.com/TheNetworg/oauth2-azure/issues/98#issuecomment-595552194 for example)