Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Account Inbox Permanent Workflow

Easy html macro
theme{"label":"solarized_dark","value":"solarized_dark"}
contentByMode{"html":"<article>\r\n <div class=\"cont\">\r\n <h3>Account Inbox Permanent Workflow</h3>\r\n </div>\r\n <audio controls>\r\n <source src=\"https://docs.empowerid.com/assets/audio/AccountInbox.wav\" type=\"audio/wav\">\r\n</audio>\r\n \r\n</article>\r\n","javascript":"","css":"@import 'https://fonts.googleapis.com/css?family=Lato';\r\n\r\n\r\nbody {\r\n\t\r\n\tfont-family: 'Lato';\r\n}\r\n\r\narticle{\r\n\tbackground: #343436;\r\n\twidth: 80%;\r\n\ttext-align: center;\r\n\tpadding: 30px 5%;\r\n\tbox-sizing: border-box;\r\n\tbox-shadow: 0 0 21px 0px rgba(0,0,0,0.3);\r\n\tborder-radius: 10px;\r\n\tmargin-left: 40px;\r\n}\r\n\r\n.cont h3{\r\n\tfont-family: 'Lato';\r\n\tfont-size: 18px;\r\n\tmargin: 0 0 10px 0;\r\n\tcolor: #ccc;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n}"}

Account Inbox Join Rules

With EmpowerID, you can set rules that evaluates the accounts in those directories to determine whether EmpowerID People should be provisioned from those accounts. The logic that determines this is specified by the Join and Provision Rules, as well as the Join and Provision Filters, specified on the Account Inbox Settings page. These settings are grouped in Account Inbox Settings page which can be accessed from Identity Lifecycle, and click Settings.

Rules can be provisined by different combintaions of First Name, Last Name, DOB, Email, EmployeeID or account attributes. Extending the default options, you can write custom sql logic in Join by Custom Match feild to implement your own logic for join rules. A setting to specfiy wether joining an inventoried account to an EmpowerID Person is allowed by setting the Join Rule.

An extensive review of the joiner rules and description can be found here https://dotnetworkflow.jira.com/wiki/pages/resumedraft.action?draftId=1446561628 .

Account Inbox Provision Rule

The default shipping logic ensures that for provisioning an EmpowerID Person from an inventoried account, the following conditions must be met:

  • Person provisioning is allowed (A.AllowProvision = 1)

  • An account store exists in EmpowerID for an external system

  • Person provisioning is allowed on the account store with the accounts

If the above conditions are met, EmpowerID will provision an EmpowerID Person for each user account in a connected user directory that does not currently have a Person linked to it (based on the Join Filter and rules specified above).

Core Identity Inbox Settings

EmpowerId supports Core Identity i.e master identity representing one individual who might have one or more professional identity (represented in EmpowerID as a person). Settings can be configured for how the joining of person objects to the corresponding core identity is determined.

Join by First Name and Last Name : Specifies that Person objects be joined to the same core identity when the first name and the last name attributes of the Person objects are the same.

Join by Birth Date and First Name and Last Name: Specifies that Person objects be joined to the same core identity when the birth date, first name and the last name attributes of the Person objects are the same.

Join based on this list of comma separated attributes : In addition to the above join rules, allows you to specify one or more custom Person attributes that must be the same in order for the Person objects to be joined to the same core identity.

Core Identity Provision Rule : Allows you to write custom provision rule for creating core identities.

New “Proposed” tab to Preview Rule Change Impact Before They Are Saved

...