Options for configuring group membership validation on access tokens.
optionalgroupsClaim:string
The claim name in the token that contains group memberships.
"groups";
optionalmatchAll:boolean
When true, requires the token to contain all specified groups.
When false, requires at least one of the specified groups.
false;