i used https://github.com/Wintellect/node-azure-oauth sample code to authenticate with OAuth2 Against Azure Active Directory and it is working fine O365 user(any domain).
then add https://github.com/fhellwig/azure-graphapi code to call azure graph api to get user group data using the access token. but it only show my active directory data(application registered directory) not the signed in users data.
i changed multi tenant & application permission configuration options. but didnt success and i use my tenant(ex : abcedf@onmicrosoft.com) to call graph api. how do i pull signed in users details