Properties
Find an Entra ID user based on search data
The configuration is divided in two blocks, config
& ui
where config parameters are marked as config.<parameter name>
and ui parameters are marked as ui.<parameter name>
.
See the Example tab for a full example.
type
Must be EntraGroupSelect
N/A
config.namespace
Identifier of EntraID module to use
"default"
config.columns
List array with columns to display
["displayName", "mail", "mobilePhone", "companyName", "department"]
config.search_attributes
List array with columns used for searching. Search is done using "starts with".
["displayName","mail"]
config.owned_users_only_attribute
If set, users will be filtered based on the attribute.
N/A
ui.ui:search
Should search input be visible for end user, true/false
true
ui.ui:submit_on_change
Should selection of an item move to next step. true/false
false
This control works in conjunction with EntraID module. It must be installed.
Only showing used by end user
Set owned_users_only_attribute will cause control match the data from owned_users_only_attribute. Matching is done using data from owned_users_only_attribute and entra_identifier.
entra_identifier is read from session or flow. Session read first then flow.
Settings "owned_users_only_attribute":"manager", will match value from entra_identifier with id in "manager". Only showing users 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