MonoCloud Authentication SDK
    Preparing search index...

    Configuration options for checking if a user belongs to specific groups.

    interface IsUserInGroupOptions {
        groupsClaim?: string;
        matchAll?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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.