Table of Contents

Search

  1. Preface
  2. Process Console Introduction
  3. Home
  4. Monitor
  5. Catalog, Reports, and Custom Faults
  6. Admin

Administration Console

Administration Console

User and Group Attribute Mapping

User and Group Attribute Mapping

When looking up a user or group in an LDAP or JDBC-based Identity service, Process Server search procedure includes several basic identity attributes. For users and groups, these are:
  • Users
    • person
    • memberOf (recommended, if Identity service supports it)
    • userName (required)
    • email
    • firstName
    • lastName
  • Groups
    • groupName (required)
    • member (required for LDAP)
This generic model applies to any Identity service, and you can use it as is, or delete the optional attributes from the model.
The
memberOf
Users attribute is recommended for making searches for group members more efficient, especially where a user is a member of more than one group. Be sure to map a user as
memberOf
all relevant groups and add the user as a
member
in relevant Groups.
If desired, you can add many other search attributes to the basic model, and then use these attributes in LDAP or JDBC people queries from within a BPEL process People activity. When you add a search attribute from your Identity service, you must map it to a new attribute that gets added to the Process Server search model.
For example, if your Identity service includes a
loginCount
attribute, you can add that to the Users or Groups attribute mapping page. The attributes can be loaded into the Process Developer Process Deployment Descriptor Editor, where a developer has access to them for creating Logical People Group queries. For details on using identity attributes in Process Developer, see
Logical People Group Queries
in
Process Develope
r Help.
To Add an Attribute Mapping:
  1. On the Users or Groups tab of the Identity Service, select
    Add Attribute
    .
  2. In the Provider Attribute/Column Name column, type in the name of an existing attribute that is in your identity store.
  3. In the Model Attribute column, type in the same name or alias for the attribute.
  4. Select the data type from the list. The list contains all types defined by the search model, based on the Higgins Open Source Identity Framework. (The Process Server uses Higgins to enable the adding of identity attributes to the search model.) Note that the list also contains two custom types,
    GroupReference
    and
    PersonReference
    . Use one of these types if you want to reference a group or user by name, rather than by the full distinguished name or primary key defined in the data store.
To Delete an Attribute Mapping:
  1. Select the checkbox next to the Model Attribute field.
  2. Select
    Update
    . The attribute is removed.

0 COMMENTS

We’d like to hear from you!