I have an Azure Web Application with Azure Active Directory authentication (made with adal-angular);
In the application manifest i have set "groupMembershipClaims": "SecurityGroup"
The strange thing is that for some days, for just a user, it does not have the group claim in the AAD token with the list of group membership objectIds, but instead there's a property named hasgroups with value true.
Can I do something about it? For now I'm going to check if there's one property or the other and then call GraphAPI for direct group membership.