1 Answer
- Newest
- Most votes
- Most comments
3
Hi There, your issue is your using the wrong claim attribute. You are using the default http://schemas.microsoft.com/ws/2008/06/identity/claims/groups attribute
Delete this and create a new group Claim, however in the Advanced Options when creating the Group claim, Tick Customize the name of the group claim and set the Name to memberOf
You can also see Step 3: Change User Attributes and Claims of the following link https://repost.aws/questions/QUzGFUYKhATCa7oYbvy6ieJw/client-vpn-group-authorization-rules
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 years ago

Thank you so much! I edited the existing group claim and changed the name in the advanced options to memberOf and it works. I thought i was going absolutely crazy trying to fix it.