I created an application in azure ad created several security groups. know every group id is know in the application (dotnet core)
eg.:
in azure ad a have 3 users
when i login using bart i have the group claims included in the jwt token.
when i login with dries the groups are not included, dries is using teh same groups and application the only difference i can see is that dries is a guest user.
do i need to enable something so the application receives the group id's for guest users as well.
-Bart