Sign in

Type: IsUserInGroupOptions

Options for configuring group membership validation on access tokens.

groupsClaim?

optional groupsClaim: string

The claim name in the token that contains group memberships.

Default Value

"groups";

matchAll?

optional matchAll: boolean

When true, requires the token to contain all specified groups. When false, requires at least one of the specified groups.

Default Value

false;
© 2024 MonoCloud. All rights reserved.