after AD authentiction the returned JWT token does not have the group names, it just shows "Has groups"="true". When searching on this topic i understood that if there are multiple group it will send only this rather than group list and we need to use AD graph API to get this. Can anyone help me on how to call the graph API from Angular 7?
Want to get the group names of the particular user from Graph API