MonoCloud Authentication SDK
    Preparing search index...

    Extended configuration options that include a list of required groups.

    interface GroupOptions {
        groups?: string[];
        groupsClaim?: string;
        matchAll?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    groups?: string[]

    A list of group IDs or names specifying the groups the user must belong to.

    groupsClaim?: string

    The name of the groups claim in the user profile. Default: groups.

    matchAll?: boolean

    If true, user must be a member of all groups. Default: false.