Ok I am trying to get my custom roles defined in my Manifest to be returned in my login token.. currently I assigned each group to a role.. then I added myself to all the groups... I would assume then that my token would contain all my roles... but it looks like it randomly adds only 1 of the roles of one of the groups to my token as well as the role my User is assigned when returning... Is this a bug? or by design?
Thanks