I want to get user and group details from azure graph api. but I don't know how to get those data's.
I have a angular 8 application, it is running in azure app services it is using AAD authentication, so when i call my app service URL (https://*********.azurewebsites.net) it is redirect to azure login page. once i was logged in I want to get access token to access graph API, I was tried MSAL, and adal-angular4 js for generate access token. but both are having login function it popup the login page again.
I dont know how to do that please any one help me.
