Question

Eviden
NL
Last activity: 4 Sep 2019 7:50 EDT
Login Operator via Post without Authentication
Requirement:
Login user based on e-mailaddress, received via post, and create case.
Possible solution:
I would think the service accelerator (https://community.pega.com/knowledgebase/create-services-service-accelerator) would be of help.
There are multiple options available:
- Create and manage work
- Invoke existing activity rules
- Process input or output data
However, I am not sure which is most suited for the requirement.
- Authentication is completed outside of Pega, which results in an e-mailaddress.
- The e-mailaddress is received via a post.
- Logging in via e-mailaddress only, without password.
- And create a case.
Using the External Unauthenticated Access Group is not an option, as users can have different roles (ex. admin, author, etc).
Currently running: Pega 8
All help is appreciated!