Properties

Find an Entra ID group based on search data

The configuration is divided in two blocks, config & ui where each block has its own tab below.

See the Example tabs for a full examples.

Control type: EntraGroupSelect

Name
Desciption
Default value
Mandatory

namespace

Identifier of EntraID module to use

"default"

columns

List array with columns to display

["displayName","description"]

search_attributes

List array with columns used for searching. Search is done using "starts with".

["displayName","mail"]

owned_groups_only_attribute

If set, groups will filtered based on the attribute.

N/A

This control works in conjunction with EntraID module. It must be installed.

Only showing groups by end user

Set owned_groups_only_attribute will cause control match the data from owned_groups_only_attribute. Matching is done using data from owned_groups_only_attribute and entra_identifier.

entra_identifier is read from session or flow. Session read first then flow.

Settings "owned_groups_only_attribute":"owner", will match value from entra_identifier with id in "owner". Only showing groups where user is set to owner.

Exposed data to flow

"selected_entra_id" - id of selected group

"selected_entra_displayName" - display name of selected group.

Last updated