Question
Billennium India
IN
Last activity: 10 Nov 2017 10:19 EST
Creating a PEGA operator ID from an internal website link.
Hi,
I have a requirement to create a pega operator ID and assign a particular access group (only one) from an internal website web page link.
For example, i have some internal website, lets say people soft where i want to provide a link to create a pega operator ID for accessing one of the PEGA application in future.
Please let me know, what all possible scenarios I have to handle? Consider all internal website visitors are a valid authenticated person in an organization.
Should i create an Authentication service in this regards?
These things strike my mind. Don't know if it works fine or not:
1) Collect the details required in your web application and send it to Pega via some web-service connectors like REST or SOAP. And at Pega end, configure a service activity that creates an operator with the received details.
2) Some thing like DWA, you can tryout where the link will take you to an assignment and you can collect info, run activity to create operator.
3) See if IAC can fit here. IAC helps integrating pega in other third party websites.