ranger
ranger copied to clipboard
RANGER-4955: Add support to retrieve group information from JWT
What changes were proposed in this pull request?
Added support to enable retrieval of groups from JWT via ClaimSets.
How was this patch tested?
- Tested with Knox as the token provider, JWT contains "knox.groups" and the below changes successfully retrieve groups for the user authenticated via JWT.
- More testing to follow.