-
-
Notifications
You must be signed in to change notification settings - Fork 354
Background Checks Design Notes
nairdo edited this page Oct 31, 2014
·
2 revisions
- Under security, a Background Check Provider is added to the Rock.
- In there, the Webhook (Return URL) is configured.
- A workflow has some standard well-known attributes.
- The workflow is configured to a particular Background Check Provider and invokes the provider.
- The provider sets certain values in those well-know attributes (and some cases particular values like "Cleared")
- The workflow checks certain attributes for particular values (such as "Cleared")
- When ready (if not already done via the initial post to the provider service) the Background Check Service calls a webhook that was delivered in the request payload.