I'm using msal.js
I receive the bearer token but the admin will not allow the use of MS Graph API (permission)
Is there another way to get at least the same information from AD using the bearer token? In general those information https://graph.microsoft.com/v1.0/me
Explore to check https://developer.microsoft.com/en-us/graph/graph-explorer
As a BE I'm using C# and .net core
without admin consent
and usingMicrosoft Graph API
you cannot achieve that, its mandatory. - Md Farid Uddin Kiron