Directed WEB Access in PEGA
Directed WEB Access in PEGA
PEGA
Direct web access capability to support external Assignments in a Case. By collecting information
from stakeholders who are outside of your organization.
XYZ corporation want to get customer feedback by providing link in an email. They fill out the
feedback form and optionally attach files before submitting. The feedback data is captured in
cases within the Pega application for management and response.
so they might not have login credentials to access the website and application.
[email protected]/[email protected]
What are external Assignment?
External assignment are of class instance Assign-External. and it map to pr_Assign table.
[email protected]/[email protected]
Add Work party details
External party will be given a directed web access one time. Authenticate
will be through encrypted signature. What about authorization ?
We know that access groups associate with operators the application
access for the operator.
PEGA already have external OOTB operator (external).
[email protected]/[email protected]
PEGA recommend give minimum access for external operator for security
reasons.
[email protected]/[email protected]
make the License type as Invocation in the security tab
2. Update the Public Link URL. ( Configure -> System -> Settings -> URL )
[email protected]/[email protected]
Important Note : public URL is configured using Data-Admin-system-
Configuration then that will override the DDS settings.
[email protected]/[email protected]
2. EngageExternlForInformation This flow mostly use for asynchronous processing. Can be use
as spin-off (parallel processing)
Assignment property of the First Assignment shape you will see the assignment type
is External and it route to the External Party role.
Expand Assignment details and you have to configure assignment details carefully
[email protected]/[email protected]
Now Let’s go with Example
[email protected]/[email protected]
Then Click Link and you will land you provided Harness. Now you are external user for this
Application.
When the user completes and submits the Assignment, the requestor connection ends. The
external user cannot repeat the Assignment or reuse the URL or password because the
session is authenticated for one time only.
In this article I hope to explain what is Directed Web Access (DWA) and why DWA.
Based on your requirement you can customize this. And not necessary use OOTB
Flow. You can use your own flow.
Reference https://docs.pega.com/bundle/platform/page/platform/case-management/directed-
web-access-external-users.html
Thank you
….. Happy Learning.…