This provisioner works with Grouper v4.4.0+

External system

Setup the external system


Movie

Setup the Atlassian provisioner managing groups and entities (and memberships) with local entities modeled as external subjects

Provisioner

Grouper uses directory APIs to manage groups. Group fields and attributes are below.  Documentation.   API.

Advice

  • Provisioning type is membershipObjects
  • Use group and entity link (since there are uuids in the target for groups and entities that need to be looked up)
Group attributes.   API.
Grouper nameTypeRequired?Description
idStringrequiredUUID read from Atlassian. Select only.  This should not be translated from Grouper and the target attribute should be cached.
displayNameStringrequiredThis is how the group shows up in atlassian.  Recommended to map from extension (if all groups in one folder for uniqueness)
or name.  Do not map from the Grouper displayName since that can change.
Entity attributes.   API.
Grouper nameTypeRequired?Description
idStringrequiredUUID read from Atlassian. Select only.  This should not be translated from Grouper and the target attribute should be cached.
userNameStringrequiredUsername of the user logging in
emailValueStringrequiredEmail of the user (can be same as userName)


Example provisioner with local entities modeled as external subjects